Skip to content
Snippets Groups Projects
Commit ce035128 authored by Etienne LOUPIAS's avatar Etienne LOUPIAS
Browse files

allow sonarqube failure

parent f2f93b0b
No related branches found
No related tags found
1 merge request!266V2.1.2
......@@ -100,6 +100,7 @@ test:
sonarqube:
stage: quality
allow_failure: true
only:
- dev
image: ${CI_DEPENDENCY_PROXY_DIRECT_GROUP_IMAGE_PREFIX}/sonarsource/sonar-scanner-cli:4
......@@ -126,6 +127,7 @@ sonarqube:
sonarqube-mr:
stage: quality
allow_failure: true
only:
- merge_requests
image: ${CI_DEPENDENCY_PROXY_DIRECT_GROUP_IMAGE_PREFIX}/sonarsource/sonar-scanner-cli:4
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment