Skip to content

Commit

Permalink
Remove a reference to "bats" branch
Browse files Browse the repository at this point in the history
  • Loading branch information
mederly committed Oct 5, 2018
1 parent e7679b6 commit 05ee033
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 @@ -11,7 +11,7 @@ pipeline {
script {
maintainer = maintain()
imagename = imagename()
if (env.BRANCH_NAME == "master" || env.BRANCH_NAME == "bats") { // temporary
if (env.BRANCH_NAME == "master") {
tag = "latest"
} else {
tag = env.BRANCH_NAME
Expand Down

0 comments on commit 05ee033

Please sign in to comment.