Update .gitlab-ci.yml - Removed debugging

This commit is contained in:
Rily Dunlap 2022-12-09 17:10:41 +00:00
parent 6dccc5eea9
commit af02fcc6ba

View file

@ -129,7 +129,7 @@ sonarqube-check:
paths:
- .sonar/cache
script:
- sonar-scanner -X
- sonar-scanner
allow_failure: true
only:
- merge_requests