Skip to content
Snippets Groups Projects
Commit fe4ed30b authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent 11ba7ae7
No related branches found
No related tags found
No related merge requests found
Pipeline #84871 skipped
......@@ -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/angular'
ref: '1.0.1'
ref: '1.1.0'
file: '/templates/gitlab-ci-angular.yml'
```
......
......@@ -388,7 +388,7 @@ stages:
}
if [[ -z "$TEMPLATE_CHECK_UPDATE_DISABLED" ]]; then check_for_update angular "1.0.1"; fi
if [[ -z "$TEMPLATE_CHECK_UPDATE_DISABLED" ]]; then check_for_update angular "1.1.0"; fi
unscope_variables
# ENDSCRIPT
......@@ -400,7 +400,7 @@ stages:
image: $NG_CLI_IMAGE
services:
- name: "$CI_REGISTRY/orange-opensource/tbc/tools/tracking:master"
command: ["--service", "angular", "1.0.1"]
command: ["--service", "angular", "1.1.0"]
# cache configuration
cache:
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