wait step
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
ece961ed00
commit
afea79d33b
|
@ -26,6 +26,13 @@ local images = {
|
|||
],
|
||||
},
|
||||
},
|
||||
wait(delay): {
|
||||
image: 'alpine',
|
||||
name: 'wait',
|
||||
commands: [
|
||||
'sleep %s' % delay,
|
||||
],
|
||||
}
|
||||
};
|
||||
[
|
||||
{
|
||||
|
@ -70,7 +77,10 @@ local images = {
|
|||
},
|
||||
],
|
||||
steps:[
|
||||
images.scp('/stack/root'),
|
||||
images.scp(
|
||||
'/stack/root'
|
||||
),
|
||||
images.wait(15),
|
||||
],
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue