Layerfile Reference
WAIT
WAIT [layerfile paths...]
The WAIT
instruction allows you to make one step require other steps to
succeed before running.
It’s especially useful for conditional actions like executing notifications, deployment, and CI/CD.
Examples
Continuous deployment with WAIT
Layerfile
Conditional deployment with WAIT and BUTTON
Layerfile
What the job view will look like with WAIT
- Notice that deploy only occurs after all of the other layerfiles have succeeded.
- This layerfile is available here