Skip to content

Commit

Permalink
Fix bug in Sonar build process
Browse files Browse the repository at this point in the history
Add a clean task before sonarqube task, which runs a full build anyways.
  • Loading branch information
chunky56 committed Mar 1, 2017
1 parent 220bbce commit 41b6562
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 41b6562

Please sign in to comment.