Loading templates/gitlab-ci-angular.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" # Default ng workspace NG_WORKSPACE_DIR: . Loading Loading @@ -380,7 +383,7 @@ stages: .ng-cli-base: image: $NG_CLI_IMAGE services: - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master" - name: "$TBC_TRACKING_IMAGE" command: ["--service", "angular", "2.1.0"] # cache configuration cache: Loading Loading
templates/gitlab-ci-angular.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" # Default ng workspace NG_WORKSPACE_DIR: . Loading Loading @@ -380,7 +383,7 @@ stages: .ng-cli-base: image: $NG_CLI_IMAGE services: - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master" - name: "$TBC_TRACKING_IMAGE" command: ["--service", "angular", "2.1.0"] # cache configuration cache: Loading