Skip to content

Commit

Permalink
[NOJIRA]
Browse files Browse the repository at this point in the history
update build to skip tests on docker stage
  • Loading branch information
jj committed Sep 21, 2018
1 parent 3899e35 commit 4bc089f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pipeline {
}
}
steps {
sh '''./gradlew docker
sh '''./gradlew docker -x test
'''
}
}
Expand Down

0 comments on commit 4bc089f

Please sign in to comment.