Skip to content

Commit

Permalink
[SHIBUI-794]
Browse files Browse the repository at this point in the history
cleanup
  • Loading branch information
jj committed Sep 17, 2018
1 parent 17fc2f2 commit 3359872
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 @@ -19,7 +19,7 @@ pipeline {
stage('Build Docker images') {
when {
expression {
return GIT_BRANCH in ['master', 'SHIBUI-794']
return GIT_BRANCH in ['master']
}
}
steps {
Expand All @@ -30,7 +30,7 @@ pipeline {
stage('Deploy') {
when {
expression {
return GIT_BRANCH in ['master', 'SHIBUI-794']
return GIT_BRANCH in ['master']
}
}
steps {
Expand Down

0 comments on commit 3359872

Please sign in to comment.