Skip to content
This repository has been archived by the owner on Jan 25, 2023. It is now read-only.

Commit

Permalink
Merge pull request #233 from netlify/fix-untagged-push
Browse files Browse the repository at this point in the history
Fix untagged push
  • Loading branch information
bcomnes committed Dec 7, 2018
2 parents 7ff03f9 + 714ff50 commit fce88e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Expand Up @@ -55,7 +55,7 @@ pipeline {
stage("Push Untagged") {
when {
anyOf { branch 'master' ; branch 'staging'}
buildingTag()
not { buildingTag() }
}
steps {
script {
Expand Down

0 comments on commit fce88e0

Please sign in to comment.