Loading templates/gitlab-ci-php.yml +1 −1 Original line number Diff line number Diff line Loading @@ -278,7 +278,7 @@ stages: - name: "$TBC_TRACKING_IMAGE" command: ["--service", "php", "4.4.2" ] before_script: - *php-scripts - !reference [.php-scripts] - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}" - cd $PHP_PROJECT_DIR # install zip & unzip (required to unzip dist packages) git (required by composer) Loading Loading
templates/gitlab-ci-php.yml +1 −1 Original line number Diff line number Diff line Loading @@ -278,7 +278,7 @@ stages: - name: "$TBC_TRACKING_IMAGE" command: ["--service", "php", "4.4.2" ] before_script: - *php-scripts - !reference [.php-scripts] - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}" - cd $PHP_PROJECT_DIR # install zip & unzip (required to unzip dist packages) git (required by composer) Loading