Skip to content

Commit

Permalink
Add clean to sonar task
Browse files Browse the repository at this point in the history
Since this is doing a partial build, we should try to clean beforehand.
  • Loading branch information
chunky56 committed Mar 1, 2017
1 parent 785dd3f commit 73dcd52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ services:
entrypoint:
- 'gradle'
command:
- 'clean'
- 'sonarqube'
environment:
GRADLE_OPTS: '-Dorg.gradle.daemon=false $SONAR_LOGIN $SONAR_PASSWORD'
Expand Down

0 comments on commit 73dcd52

Please sign in to comment.