Created
January 30, 2019 15:59
-
-
Save seogi1004/8279b0089af3e2e02bc074f29ed1e147 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- stage: backend | |
language: java | |
jdk: openjdk8 | |
script: | |
- mvn install jacoco:report -Dmaven.repo.local=.m2/repository --batch-mode | |
after_success: | |
- mvn sonar:sonar -Dsonar.projectKey=seogi1004_vuejs-springboot-starter -Dsonar.organization=seogi1004-github -Dsonar.host.url=https://sonarcloud.io -Dsonar.login=$SONAR_TOKEN |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment