Loading templates/gitlab-ci-xxx.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 Docker image (use a public image - can be overridden) XXX_IMAGE: "xxx:latest" Loading Loading @@ -284,7 +287,7 @@ stages: .xxx-base: image: $XXX_IMAGE services: - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master" - name: "$TBC_TRACKING_IMAGE" command: ["--service", "xxx", "1.0.0"] before_script: - *xxx-scripts Loading Loading
templates/gitlab-ci-xxx.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 Docker image (use a public image - can be overridden) XXX_IMAGE: "xxx:latest" Loading Loading @@ -284,7 +287,7 @@ stages: .xxx-base: image: $XXX_IMAGE services: - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master" - name: "$TBC_TRACKING_IMAGE" command: ["--service", "xxx", "1.0.0"] before_script: - *xxx-scripts Loading