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 03cb767 commit 9d1ba33Copy full SHA for 9d1ba33
.gitlab-ci.yml
@@ -17,6 +17,9 @@ before_script:
17
- "go version"
18
- "go mod tidy"
19
- "goreleaser --version"
20
+ - "export http_proxy=http://zstack.one:8888"
21
+ - "export https_proxy=http://zstack.one:8888"
22
+ - "export no_proxy=localhost,127.0.0.1,::1"
23
24
build_job:
25
stage: build
0 commit comments