tests: Disable SonarQube for nightly pipelines

This commit is contained in:
Alexander Todorov 2022-02-04 15:14:15 +02:00 committed by Sanne Raymaekers
parent 966692be11
commit 0fb96345f2

View file

@ -498,6 +498,8 @@ SCHEDULED_CLOUD_CLEANER:
SonarQube:
stage: test
extends: .terraform
rules:
- if: '$CI_PIPELINE_SOURCE != "schedule"'
script:
- schutzbot/sonarqube.sh
variables: