Loading templates/gitlab-ci-make.yml +1 −1 Original line number Diff line number Diff line Loading @@ -352,7 +352,7 @@ stages: - name: "$TBC_TRACKING_IMAGE" command: ["--service", "make", "1.2.0"] before_script: - *make-scripts - !reference [.make-scripts] - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}" - maybe_install_make - cd $MAKE_PROJECT_DIR Loading Loading
templates/gitlab-ci-make.yml +1 −1 Original line number Diff line number Diff line Loading @@ -352,7 +352,7 @@ stages: - name: "$TBC_TRACKING_IMAGE" command: ["--service", "make", "1.2.0"] before_script: - *make-scripts - !reference [.make-scripts] - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}" - maybe_install_make - cd $MAKE_PROJECT_DIR Loading