From 4cb5ac827b25652eef36441659c964bedf01aaf4 Mon Sep 17 00:00:00 2001 From: semantic-release-bot <semantic-release-bot@martynus.net> Date: Wed, 12 May 2021 17:21:31 +0000 Subject: [PATCH] chore(release): 1.0.1 [skip ci] ## [1.0.1](https://gitlab.com/Orange-OpenSource/tbc/angular/compare/1.0.0...1.0.1) (2021-05-12) ### Bug Fixes * remove double $NG_WORKSPACE_DIR in JUnit report ([960fe3d](https://gitlab.com/Orange-OpenSource/tbc/angular/commit/960fe3dba7633c1a482adc5296a70465197c24db)) --- README.md | 2 +- templates/gitlab-ci-angular.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d624c3c..d85498c 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.0' + ref: '1.0.1' file: '/templates/gitlab-ci-angular.yml' ``` diff --git a/templates/gitlab-ci-angular.yml b/templates/gitlab-ci-angular.yml index 2d9c3a6..024f55a 100644 --- a/templates/gitlab-ci-angular.yml +++ b/templates/gitlab-ci-angular.yml @@ -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 @@ -317,7 +317,7 @@ stages: image: $NG_CLI_IMAGE services: - name: "$CI_REGISTRY/orange-opensource/tbc/tools/tracking:master" - command: ["--service", "angular", "1.0.0"] + command: ["--service", "angular", "1.0.1"] # cache configuration cache: key: "$CI_COMMIT_REF_SLUG-angular" -- GitLab