do
step
do: [step]
Simply performs the given steps serially, with the same semantics as if they were at the top level step listing.
Examples
Multiple Steps in a Hook
This can be used to perform multiple steps serially in an on_failure
step hook:
plan:
- get: my-repo
- task: unit
file: my-repo/ci/unit.yml
on_failure:
do:
- put: alert
- put: email