We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59c7e2b commit 92e01ceCopy full SHA for 92e01ce
.gitlab-ci.yml
@@ -23,6 +23,7 @@ build_job:
23
image: golang:${GO_VERSION}
24
script:
25
- "echo 'Building the application...'"
26
+ - "mkdir -p dist"
27
- "go build -o terraform-provider-zstack ."
28
artifacts:
29
paths:
0 commit comments