From ceb6a5c51cd97c1390de8c650fd687015fc492f3 Mon Sep 17 00:00:00 2001 From: semantic-release-bot <semantic-release-bot@martynus.net> Date: Tue, 15 Jun 2021 15:04:15 +0000 Subject: [PATCH] chore(release): 1.3.1 [skip ci] ## [1.3.1](https://gitlab.com/to-be-continuous/sonar/compare/1.3.0...1.3.1) (2021-06-15) ### Bug Fixes * autodetect MR when a milestone is here ([e85c45e](https://gitlab.com/to-be-continuous/sonar/commit/e85c45e9a43aeb078a7c9dcc9523508e03ba29bd)) --- 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 b5811f7..b472f70 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: 'to-be-continuous/sonar' - ref: '1.3.0' + ref: '1.3.1' file: '/templates/gitlab-ci-sonar.yml' ``` diff --git a/templates/gitlab-ci-sonar.yml b/templates/gitlab-ci-sonar.yml index 4ef333f..9426b28 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.3.0"; fi + if [[ -z "$TEMPLATE_CHECK_UPDATE_DISABLED" ]]; then check_for_update sonar "1.3.1"; fi unscope_variables # ENDSCRIPT @@ -291,7 +291,7 @@ sonar: entrypoint: [""] services: - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master" - command: ["--service", "sonar", "1.3.0" ] + command: ["--service", "sonar", "1.3.1" ] before_script: - *sonar-scripts - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}" -- GitLab