Commit 990beabe authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 1.1.1 [skip ci]

parent 347faa83
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ In order to include this template in your project, add the following to your `gi
```yaml
include:
  - project: 'Orange-OpenSource/tbc/node'
    ref: '1.1.0'
    ref: '1.1.1'
    file: '/templates/gitlab-ci-node.yml'
```

+3 −3
Original line number Diff line number Diff line
@@ -237,7 +237,7 @@ stages:
    fi
  }

  if [[ -z "$TEMPLATE_CHECK_UPDATE_DISABLED" ]]; then check_for_update node "1.1.0"; fi
  if [[ -z "$TEMPLATE_CHECK_UPDATE_DISABLED" ]]; then check_for_update node "1.1.1"; fi
  unscope_variables

  # ENDSCRIPT
@@ -246,7 +246,7 @@ stages:
  image: $NODE_IMAGE
  services:
    - name: "$CI_REGISTRY/orange-opensource/tbc/tools/tracking:master"
      command: ["--service", "node", "1.1.0" ]
      command: ["--service", "node", "1.1.1" ]
  # Cache downloaded dependencies and plugins between builds.
  # To keep cache across branches add 'key: "$CI_JOB_NAME"'
  cache:
@@ -316,7 +316,7 @@ node-js-scan:
  image: $NODEJSSCAN_IMAGE
  services:
    - name: "$CI_REGISTRY/orange-opensource/tbc/tools/tracking:master"
      command: ["--service", "node", "1.1.0" ]
      command: ["--service", "node", "1.1.1" ]
  stage: test
  script:
    - mkdir -p reports