Skip to content

Commit

Permalink
#156. Switch publishing to Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Joński committed Jan 2, 2017
1 parent e88413d commit 1e6b63b
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 {
// }
stage("Publish release") {
when {
env.RELEASE == "true"
env.BRANCH == "master" && env.RELEASE == "true"
// true
}
steps {
Expand Down

0 comments on commit 1e6b63b

Please sign in to comment.