Loading templates/gitlab-ci-golang.yml +17 −16 Original line number Diff line number Diff line Loading @@ -286,6 +286,7 @@ stages: - $GO_PROJECT_DIR/.cache/ before_script: - *go-scripts - git config --global url.https://gitlab-ci-token:${CI_JOB_TOKEN}@${CI_SERVER_HOST}.insteadOf https://${CI_SERVER_HOST} - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}" - cd ${GO_PROJECT_DIR} Loading Loading
templates/gitlab-ci-golang.yml +17 −16 Original line number Diff line number Diff line Loading @@ -286,6 +286,7 @@ stages: - $GO_PROJECT_DIR/.cache/ before_script: - *go-scripts - git config --global url.https://gitlab-ci-token:${CI_JOB_TOKEN}@${CI_SERVER_HOST}.insteadOf https://${CI_SERVER_HOST} - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}" - cd ${GO_PROJECT_DIR} Loading