Skip to content

Commit

Permalink
Remove source jar
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Schüth committed Mar 7, 2017
1 parent bf01dda commit 44a3f8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ node('dockerRoot') {
stage 'Docker Build'
if (!Boolean.valueOf(skipDocker)) {
withEnv(['DOCKER_HOST=tcp://gemini.office:2375']) {
sh "rm demo/target/*sources*"
sh "rm server/target/*sources*"
sh "rm demo/target/*sources.jar"
sh "rm server/target/*sources.jar"
sh "captain build"
}
} else {
Expand Down

0 comments on commit 44a3f8c

Please sign in to comment.