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

feat: configurable tracking image

parent ca0a9ac8
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"
# Sonar # Sonar
SONAR_SCANNER_IMAGE: sonarsource/sonar-scanner-cli:latest SONAR_SCANNER_IMAGE: sonarsource/sonar-scanner-cli:latest
...@@ -271,7 +274,7 @@ sonar: ...@@ -271,7 +274,7 @@ sonar:
name: $SONAR_SCANNER_IMAGE name: $SONAR_SCANNER_IMAGE
entrypoint: [""] entrypoint: [""]
services: services:
- name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master" - name: "$TBC_TRACKING_IMAGE"
command: ["--service", "sonar", "2.0.1" ] command: ["--service", "sonar", "2.0.1" ]
variables: variables:
# Tells git to fetch all the branches of the project, required by the analysis task # Tells git to fetch all the branches of the project, required by the analysis task
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment