Skip to content
Snippets Groups Projects
Commit 82f6bf10 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

feat: configurable tracking image

parent c50c47b7
No related branches found
No related tags found
No related merge requests found
...@@ -14,6 +14,9 @@ ...@@ -14,6 +14,9 @@
# Floor, Boston, MA 02110-1301, USA. # Floor, Boston, MA 02110-1301, USA.
# ========================================================================================= # =========================================================================================
variables: variables:
# variabilized tracking image
TBC_TRACKING_IMAGE: "$CI_REGISTRY/to-be-continuous/tools/tracking:master"
# Default ng workspace # Default ng workspace
NG_WORKSPACE_DIR: . NG_WORKSPACE_DIR: .
...@@ -380,7 +383,7 @@ stages: ...@@ -380,7 +383,7 @@ stages:
.ng-cli-base: .ng-cli-base:
image: $NG_CLI_IMAGE image: $NG_CLI_IMAGE
services: services:
- name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master" - name: "$TBC_TRACKING_IMAGE"
command: ["--service", "angular", "2.1.0"] command: ["--service", "angular", "2.1.0"]
# cache configuration # cache configuration
cache: cache:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment