Loading templates/gitlab-ci-bash.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" BASH_BATS_IMAGE: "bats/bats:1.2.1" BASH_BATS_OPTS: "--formatter junit --output reports" BASH_BATS_TESTS: "tests" Loading Loading @@ -187,7 +190,7 @@ stages: .bash-base: stage: build services: - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master" - name: "$TBC_TRACKING_IMAGE" command: ["--service", "bash", "2.0.1" ] before_script: - *bash-scripts Loading Loading
templates/gitlab-ci-bash.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" BASH_BATS_IMAGE: "bats/bats:1.2.1" BASH_BATS_OPTS: "--formatter junit --output reports" BASH_BATS_TESTS: "tests" Loading Loading @@ -187,7 +190,7 @@ stages: .bash-base: stage: build services: - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master" - name: "$TBC_TRACKING_IMAGE" command: ["--service", "bash", "2.0.1" ] before_script: - *bash-scripts Loading