fix: wait image
This commit is contained in:
parent
e9ef78bed4
commit
b4a5dc8bb6
|
@ -28,7 +28,7 @@ function(config) {
|
||||||
},
|
},
|
||||||
} + overide,
|
} + overide,
|
||||||
wait(overide): function(delay) {
|
wait(overide): function(delay) {
|
||||||
image: '%(registry)salpine:3.12.0@sha256:90baa0922fe90624b05cb5766fa5da4e337921656c2f8e2b13bd3c052a0baac1',
|
image: '%(registry)salpine:3.12.0@sha256:90baa0922fe90624b05cb5766fa5da4e337921656c2f8e2b13bd3c052a0baac1' % config,
|
||||||
name: 'wait',
|
name: 'wait',
|
||||||
commands: [
|
commands: [
|
||||||
'sleep %s' % delay,
|
'sleep %s' % delay,
|
||||||
|
|
Loading…
Reference in New Issue