chucknorris-kotlin-spring/.gitlab-ci.yml

6 lines
163 B
YAML

sonarqube_master_job:
stage: test
only:
- master
script:
- mvn --batch-mode verify sonar:sonar -Dsonar.host.url=$SONAR_URL -Dsonar.login=$SONAR_LOGIN