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

Commit

Permalink
Refs #142010 - Optimize Volto-addons gitflow pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinab25 committed Dec 3, 2021
1 parent d1b3582 commit 4450362
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ pipeline {
when {
allOf {
environment name: 'CHANGE_ID', value: ''
not { branch 'master' }
not { changelog '.*^Automated release [0-9\\.]+$' }
}
}
Expand Down Expand Up @@ -92,7 +91,6 @@ pipeline {
when {
allOf {
environment name: 'CHANGE_ID', value: ''
not { branch 'master' }
not { changelog '.*^Automated release [0-9\\.]+$' }
}
}
Expand Down

0 comments on commit 4450362

Please sign in to comment.