Loading README.md +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ In order to include this template in your project, add the following to your `gi ```yaml include: - project: 'to-be-continuous/php' ref: '1.1.1' ref: '1.2.0' file: '/templates/gitlab-ci-php.yml' ``` Loading templates/gitlab-ci-php.yml +2 −2 Original line number Diff line number Diff line Loading @@ -225,7 +225,7 @@ stages: fi } if [[ -z "$TEMPLATE_CHECK_UPDATE_DISABLED" ]]; then check_for_update php "1.1.1"; fi if [[ -z "$TEMPLATE_CHECK_UPDATE_DISABLED" ]]; then check_for_update php "1.2.0"; fi unscope_variables # ENDSCRIPT Loading @@ -235,7 +235,7 @@ stages: image: $PHP_IMAGE services: - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master" command: ["--service", "php", "1.1.1" ] command: ["--service", "php", "1.2.0" ] before_script: - *php-scripts - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}" Loading Loading
README.md +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ In order to include this template in your project, add the following to your `gi ```yaml include: - project: 'to-be-continuous/php' ref: '1.1.1' ref: '1.2.0' file: '/templates/gitlab-ci-php.yml' ``` Loading
templates/gitlab-ci-php.yml +2 −2 Original line number Diff line number Diff line Loading @@ -225,7 +225,7 @@ stages: fi } if [[ -z "$TEMPLATE_CHECK_UPDATE_DISABLED" ]]; then check_for_update php "1.1.1"; fi if [[ -z "$TEMPLATE_CHECK_UPDATE_DISABLED" ]]; then check_for_update php "1.2.0"; fi unscope_variables # ENDSCRIPT Loading @@ -235,7 +235,7 @@ stages: image: $PHP_IMAGE services: - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master" command: ["--service", "php", "1.1.1" ] command: ["--service", "php", "1.2.0" ] before_script: - *php-scripts - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}" Loading