Loading README.md +1 −1 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ In order to include this template in your project, add the following to your `gi ```yaml include: - project: 'to-be-continuous/node' ref: '1.1.1' ref: '1.2.0' file: '/templates/gitlab-ci-node.yml' ``` Loading templates/gitlab-ci-node.yml +3 −3 Original line number Diff line number Diff line Loading @@ -237,7 +237,7 @@ stages: fi } if [[ -z "$TEMPLATE_CHECK_UPDATE_DISABLED" ]]; then check_for_update node "1.1.1"; fi if [[ -z "$TEMPLATE_CHECK_UPDATE_DISABLED" ]]; then check_for_update node "1.2.0"; fi unscope_variables # ENDSCRIPT Loading @@ -246,7 +246,7 @@ stages: image: $NODE_IMAGE services: - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master" command: ["--service", "node", "1.1.1" ] command: ["--service", "node", "1.2.0" ] # Cache downloaded dependencies and plugins between builds. # To keep cache across branches add 'key: "$CI_JOB_NAME"' cache: Loading Loading @@ -316,7 +316,7 @@ node-js-scan: image: $NODEJSSCAN_IMAGE services: - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master" command: ["--service", "node", "1.1.1" ] command: ["--service", "node", "1.2.0" ] stage: test script: - mkdir -p reports Loading Loading
README.md +1 −1 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ In order to include this template in your project, add the following to your `gi ```yaml include: - project: 'to-be-continuous/node' ref: '1.1.1' ref: '1.2.0' file: '/templates/gitlab-ci-node.yml' ``` Loading
templates/gitlab-ci-node.yml +3 −3 Original line number Diff line number Diff line Loading @@ -237,7 +237,7 @@ stages: fi } if [[ -z "$TEMPLATE_CHECK_UPDATE_DISABLED" ]]; then check_for_update node "1.1.1"; fi if [[ -z "$TEMPLATE_CHECK_UPDATE_DISABLED" ]]; then check_for_update node "1.2.0"; fi unscope_variables # ENDSCRIPT Loading @@ -246,7 +246,7 @@ stages: image: $NODE_IMAGE services: - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master" command: ["--service", "node", "1.1.1" ] command: ["--service", "node", "1.2.0" ] # Cache downloaded dependencies and plugins between builds. # To keep cache across branches add 'key: "$CI_JOB_NAME"' cache: Loading Loading @@ -316,7 +316,7 @@ node-js-scan: image: $NODEJSSCAN_IMAGE services: - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master" command: ["--service", "node", "1.1.1" ] command: ["--service", "node", "1.2.0" ] stage: test script: - mkdir -p reports Loading