Loading templates/gitlab-ci-php.yml +4 −1 Original line number Diff line number Diff line Loading @@ -14,6 +14,9 @@ # Floor, Boston, MA 02110-1301, USA. # ========================================================================================= variables: # variabilized tracking image TBC_TRACKING_IMAGE: "$CI_REGISTRY/to-be-continuous/tools/tracking:master" # PHP image (can be overridden) PHP_IMAGE: "php:latest" Loading Loading @@ -222,7 +225,7 @@ stages: .php-base: image: $PHP_IMAGE services: - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master" - name: "$TBC_TRACKING_IMAGE" command: ["--service", "php", "2.0.1" ] before_script: - *php-scripts Loading Loading
templates/gitlab-ci-php.yml +4 −1 Original line number Diff line number Diff line Loading @@ -14,6 +14,9 @@ # Floor, Boston, MA 02110-1301, USA. # ========================================================================================= variables: # variabilized tracking image TBC_TRACKING_IMAGE: "$CI_REGISTRY/to-be-continuous/tools/tracking:master" # PHP image (can be overridden) PHP_IMAGE: "php:latest" Loading Loading @@ -222,7 +225,7 @@ stages: .php-base: image: $PHP_IMAGE services: - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master" - name: "$TBC_TRACKING_IMAGE" command: ["--service", "php", "2.0.1" ] before_script: - *php-scripts Loading