Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove a reference to "bats" branch
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
@@ -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

0 comments on commit 05ee033

Please sign in to comment.