diff --git a/README.md b/README.md index d85498c9b333f005528a598e4fb958bc6f22cb54..e7363cefe41860a85f2215d872cb712c2fcc6e60 100644 --- a/README.md +++ b/README.md @@ -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' ``` diff --git a/templates/gitlab-ci-angular.yml b/templates/gitlab-ci-angular.yml index d5f15865befb4d6315e0e9fe852983b0f6c0a1b1..bc8fe7ee9b1bd9af0901c0a2670b3ce0cf196ea6 100644 --- a/templates/gitlab-ci-angular.yml +++ b/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"