fix: wait image

This commit is contained in:
Giles 2020-09-23 20:23:04 +01:00
parent e9ef78bed4
commit b4a5dc8bb6
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ function(config) {
},
} + overide,
wait(overide): function(delay) {
image: '%(registry)salpine:3.12.0@sha256:90baa0922fe90624b05cb5766fa5da4e337921656c2f8e2b13bd3c052a0baac1',
image: '%(registry)salpine:3.12.0@sha256:90baa0922fe90624b05cb5766fa5da4e337921656c2f8e2b13bd3c052a0baac1' % config,
name: 'wait',
commands: [
'sleep %s' % delay,