Skip to content

Commit

Permalink
#22. Enable push for tags and master only.
Browse files Browse the repository at this point in the history
  • Loading branch information
poikilotherm committed Aug 30, 2019
1 parent 726340d commit 4ccd1b7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docker/dataverse-k8s/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,12 @@ pipeline {
}

stage('push-latest') {
/*
when {
anyOf {
branch 'master'
buildingTag()
}
}
*/
steps {
script {
docker.withRegistry("${env.registry}", "${env.hublogin}") {
Expand Down

0 comments on commit 4ccd1b7

Please sign in to comment.