Skip to content
Snippets Groups Projects
Commit 4cb5ac82 authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 1.0.1 [skip ci]

parent 81b4c7a9
No related branches found
No related tags found
No related merge requests found
Pipeline #84870 skipped
...@@ -11,7 +11,7 @@ In order to include this template in your project, add the following to your `gi ...@@ -11,7 +11,7 @@ In order to include this template in your project, add the following to your `gi
```yaml ```yaml
include: include:
- project: 'Orange-OpenSource/tbc/angular' - project: 'Orange-OpenSource/tbc/angular'
ref: '1.0.0' ref: '1.0.1'
file: '/templates/gitlab-ci-angular.yml' file: '/templates/gitlab-ci-angular.yml'
``` ```
......
...@@ -306,7 +306,7 @@ stages: ...@@ -306,7 +306,7 @@ stages:
} }
if [[ -z "$TEMPLATE_CHECK_UPDATE_DISABLED" ]]; then check_for_update angular "1.0.0"; fi if [[ -z "$TEMPLATE_CHECK_UPDATE_DISABLED" ]]; then check_for_update angular "1.0.1"; fi
# ENDSCRIPT # ENDSCRIPT
...@@ -317,7 +317,7 @@ stages: ...@@ -317,7 +317,7 @@ stages:
image: $NG_CLI_IMAGE image: $NG_CLI_IMAGE
services: services:
- name: "$CI_REGISTRY/orange-opensource/tbc/tools/tracking:master" - name: "$CI_REGISTRY/orange-opensource/tbc/tools/tracking:master"
command: ["--service", "angular", "1.0.0"] command: ["--service", "angular", "1.0.1"]
# cache configuration # cache configuration
cache: cache:
key: "$CI_COMMIT_REF_SLUG-angular" key: "$CI_COMMIT_REF_SLUG-angular"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment