Update .gitlab-ci.yml
This commit is contained in:
parent
3859c3fe19
commit
d3d1f6f911
1 changed files with 3 additions and 2 deletions
|
@ -12,5 +12,6 @@ sonarqube-check:
|
||||||
script:
|
script:
|
||||||
- sonar-scanner
|
- sonar-scanner
|
||||||
allow_failure: true
|
allow_failure: true
|
||||||
rules:
|
only:
|
||||||
- if: $CI_COMMIT_BRANCH == 'main'
|
- main # or the name of your main branch
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue