From 30d21bbc3ce0edec7c7c8e4e5b597a5e7c4f43f4 Mon Sep 17 00:00:00 2001 From: semantic-release-bot <semantic-release-bot@martynus.net> Date: Tue, 8 Jun 2021 09:24:42 +0000 Subject: [PATCH] chore(release): 1.2.0 [skip ci] # [1.2.0](https://gitlab.com/Orange-OpenSource/tbc/sonar/compare/1.1.0...1.2.0) (2021-06-08) ### Features * **sonar:** autodetect Merge Request from current branch ([139c6d1](https://gitlab.com/Orange-OpenSource/tbc/sonar/commit/139c6d18a2a83976e49bd0cbce10f4b40876d6d8)) --- README.md | 2 +- templates/gitlab-ci-sonar.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 047b5a4..ad7c6de 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ In order to include this template in your project, add the following to your `gi ```yaml include: - project: 'Orange-OpenSource/tbc/sonar' - ref: '1.1.0' + ref: '1.2.0' file: '/templates/gitlab-ci-sonar.yml' ``` diff --git a/templates/gitlab-ci-sonar.yml b/templates/gitlab-ci-sonar.yml index 1b5e2bb..662fd46 100644 --- a/templates/gitlab-ci-sonar.yml +++ b/templates/gitlab-ci-sonar.yml @@ -278,7 +278,7 @@ stages: fi } - if [[ -z "$TEMPLATE_CHECK_UPDATE_DISABLED" ]]; then check_for_update sonar "1.1.0"; fi + if [[ -z "$TEMPLATE_CHECK_UPDATE_DISABLED" ]]; then check_for_update sonar "1.2.0"; fi unscope_variables # ENDSCRIPT @@ -291,7 +291,7 @@ sonar: entrypoint: [""] services: - name: "$CI_REGISTRY/orange-opensource/tbc/tools/tracking:master" - command: ["--service", "sonar", "1.1.0" ] + command: ["--service", "sonar", "1.2.0" ] before_script: - *sonar-scripts - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}" -- GitLab