Skip to content

Commit 9d1ba33

Browse files
committed
chore: modify gitlab-ci
1 parent 03cb767 commit 9d1ba33

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitlab-ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ before_script:
1717
- "go version"
1818
- "go mod tidy"
1919
- "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"
2023

2124
build_job:
2225
stage: build

0 commit comments

Comments
 (0)