Closed kdnutrien closed 3 years ago
Closes #31
like it! Thank you very much :)
Thanks! Would you mind pushing it up to Dockerhub as well? Could maybe tag it as 2.0.0 We've got an internal ECR repo, but using dockerhub is slightly easier.
hi @kdnutrien I pushed it to the latest
tag yesterday after I merged. I thought about versioning, but as its backwards compatible, I didn't use a specific tag. Shout if you have issues
This PR preserves skipped steps and instead adds an impossible condition to them prior to output:
when: { event: { excludes: ['*'] } }
This way, Drone will know about all steps and can construct the complete DAG when using
depends_on
without throwing reference errors.