.
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
9667315500
commit
f4dd5b65e9
|
@ -29,7 +29,7 @@ def printSecrets(env):
|
||||||
}
|
}
|
||||||
def wait(delay, name):
|
def wait(delay, name):
|
||||||
return {
|
return {
|
||||||
name,
|
"name": name,
|
||||||
"image": "alpine",
|
"image": "alpine",
|
||||||
"commands": "sleep {delay}".format(delay = delay),
|
"commands": "sleep {delay}".format(delay = delay),
|
||||||
}
|
}
|
||||||
|
|
Reference in New Issue