.
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
f4dd5b65e9
commit
3656b4e1df
|
@ -31,7 +31,9 @@ def wait(delay, name):
|
||||||
return {
|
return {
|
||||||
"name": name,
|
"name": name,
|
||||||
"image": "alpine",
|
"image": "alpine",
|
||||||
"commands": "sleep {delay}".format(delay = delay),
|
"commands": [
|
||||||
|
"sleep {delay}".format(delay = delay),
|
||||||
|
],
|
||||||
}
|
}
|
||||||
|
|
||||||
def steps(name, dependsOn):
|
def steps(name, dependsOn):
|
||||||
|
|
Reference in New Issue