.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Giles Bradshaw 2020-04-25 19:59:22 +01:00
parent 9667315500
commit f4dd5b65e9
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ def printSecrets(env):
}
def wait(delay, name):
return {
name,
"name": name,
"image": "alpine",
"commands": "sleep {delay}".format(delay = delay),
}