Skip to content

Commit 92e01ce

Browse files
committed
chore: modify gitlab-ci
1 parent 59c7e2b commit 92e01ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ build_job:
2323
image: golang:${GO_VERSION}
2424
script:
2525
- "echo 'Building the application...'"
26+
- "mkdir -p dist"
2627
- "go build -o terraform-provider-zstack ."
2728
artifacts:
2829
paths:

0 commit comments

Comments
 (0)