File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ global_job_config:
32
32
- export "SEMAPHORE_GIT_DIR=${GOPATH}/src/github.com/traefik/${SEMAPHORE_PROJECT_NAME}"
33
33
- export "PATH=${GOPATH}/bin:${PATH}"
34
34
- mkdir -vp "${SEMAPHORE_GIT_DIR}" "${GOPATH}/bin"
35
- - export GOPROXY=https://goproxy.io ,https://athens.traefiklabs.tech,direct
35
+ - export GOPROXY=https://proxy.golang.org ,https://athens.traefiklabs.tech,direct
36
36
- cat /home/semaphore/datas/traefiker-keyfile.json | docker login -u _json_key --password-stdin https://gcr.io
37
37
- echo "${DOCKERHUB_PASSWORD}" | docker login -u "${DOCKERHUB_USERNAME}" --password-stdin
38
38
- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b "${GOPATH}/bin" v1.59.1
You can’t perform that action at this time.
0 commit comments