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
|
// Push to container registry
|
||||||
stage('Push') {
|
stage('Push') {
|
||||||
steps {
|
|
||||||
when { not { changeRequest() } }
|
when { not { changeRequest() } }
|
||||||
|
steps {
|
||||||
sh 'make push'
|
sh 'make push'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user