Commit cb477a99 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

Merge branch 'private' into 'master'

feat: be able to use private go modules

See merge request to-be-continuous/golang!29
parents c3aecb46 de14612b
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}