Skip to content
Snippets Groups Projects
Commit efbde6c4 authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent a8566b6d
No related branches found
No related tags found
No related merge requests found
# [2.1.0](https://gitlab.com/to-be-continuous/sonar/compare/2.0.1...2.1.0) (2022-05-01)
### Features
* configurable tracking image ([8f761df](https://gitlab.com/to-be-continuous/sonar/commit/8f761df6d04fd93b7c679b6e86ea887646de49b5))
## [2.0.1](https://gitlab.com/to-be-continuous/sonar/compare/2.0.0...2.0.1) (2021-10-07)
......
......@@ -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: '2.0.1'
ref: '2.1.0'
file: '/templates/gitlab-ci-sonar.yml'
```
......
......@@ -283,7 +283,7 @@ sonar:
entrypoint: [""]
services:
- name: "$TBC_TRACKING_IMAGE"
command: ["--service", "sonar", "2.0.1" ]
command: ["--service", "sonar", "2.1.0" ]
variables:
# Tells git to fetch all the branches of the project, required by the analysis task
# see: https://docs.sonarqube.org/8.5/analysis/gitlab-cicd/#header-2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment