Skip to content

Commit

Permalink
[SHIBUI-922]
Browse files Browse the repository at this point in the history
disable integration test in jenkins
  • Loading branch information
jj committed Dec 4, 2018
1 parent 12e2fa9 commit 1b15da1
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 @@ -7,7 +7,7 @@ pipeline {
stages {
stage('Build') {
steps {
sh './gradlew clean build integrationTest'
sh './gradlew clean build'
}
post {
always {
Expand Down

0 comments on commit 1b15da1

Please sign in to comment.