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: paths:
- .sonar/cache - .sonar/cache
script: script:
- sonar-scanner -X - sonar-scanner
allow_failure: true allow_failure: true
only: only:
- merge_requests - merge_requests