Loading templates/gitlab-ci-node.yml +5 −2 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 Node project root directory NODE_PROJECT_DIR: . # Default node source directory Loading Loading @@ -230,7 +233,7 @@ stages: .node-base: image: $NODE_IMAGE services: - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master" - name: "$TBC_TRACKING_IMAGE" command: ["--service", "node", "2.2.0" ] # Cache downloaded dependencies and plugins between builds. # To keep cache across branches add 'key: "$CI_JOB_NAME"' Loading Loading @@ -300,7 +303,7 @@ node-lint: node-js-scan: image: $NODEJSSCAN_IMAGE services: - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master" - name: "$TBC_TRACKING_IMAGE" command: ["--service", "node", "2.2.0" ] stage: test script: Loading Loading
templates/gitlab-ci-node.yml +5 −2 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 Node project root directory NODE_PROJECT_DIR: . # Default node source directory Loading Loading @@ -230,7 +233,7 @@ stages: .node-base: image: $NODE_IMAGE services: - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master" - name: "$TBC_TRACKING_IMAGE" command: ["--service", "node", "2.2.0" ] # Cache downloaded dependencies and plugins between builds. # To keep cache across branches add 'key: "$CI_JOB_NAME"' Loading Loading @@ -300,7 +303,7 @@ node-lint: node-js-scan: image: $NODEJSSCAN_IMAGE services: - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master" - name: "$TBC_TRACKING_IMAGE" command: ["--service", "node", "2.2.0" ] stage: test script: Loading