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

This commit is contained in:
Giles Bradshaw 2020-04-25 20:42:47 +01:00
parent f4dd5b65e9
commit 3656b4e1df
1 changed files with 3 additions and 1 deletions

View File

@ -31,7 +31,9 @@ def wait(delay, name):
return {
"name": name,
"image": "alpine",
"commands": "sleep {delay}".format(delay = delay),
"commands": [
"sleep {delay}".format(delay = delay),
],
}
def steps(name, dependsOn):