Commit de14612b authored by Kai Ehrhardt's avatar Kai Ehrhardt
Browse files

feat: be able to use private go modules

parent c3aecb46
Loading
Loading
Loading
Loading
+17 −16
Original line number Diff line number Diff line
@@ -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}