Fix derp
This commit is contained in:
parent
748a4bde2f
commit
8df60afa12
@ -71,7 +71,9 @@ def call(Map config=[:]) {
|
||||
|
||||
// generic clean
|
||||
stage('cleanup') {
|
||||
sh 'make clean'
|
||||
steps {
|
||||
sh 'make clean'
|
||||
}
|
||||
|
||||
// Basic registry retention removing untagged images if not PR only
|
||||
when { not { changeRequest() } }
|
||||
|
Loading…
Reference in New Issue
Block a user