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