chore: get ci working again
This commit is contained in:
parent
fef496819e
commit
8ec9769fc9
@ -60,8 +60,8 @@ def call(Map config=[:]) {
|
||||
|
||||
// Push to container registry
|
||||
stage('Push') {
|
||||
when { not { changeRequest() } }
|
||||
steps {
|
||||
when { not { changeRequest() } }
|
||||
sh 'make push'
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user