In my original pipeline yaml, I have:
- Block step
- A steps that runs
buildkite-agent pipeline upload <another-yaml-pipeline>
However, it seems after I unblock the step, the second step that updates the pipeline is not run.
Any thoughts on this?
In my original pipeline yaml, I have:
buildkite-agent pipeline upload <another-yaml-pipeline>
However, it seems after I unblock the step, the second step that updates the pipeline is not run.
Any thoughts on this?
nvm - used a block step with conditonals to make it work.
Glad you were able to make it work!