After updating to version 2.5.9, my pipeline is failing due to the generated pipeline having no steps. The paths that are watched in this step were not modified so I would expect them to be skipped rather than generating an empty pipeline.
So the pipeline.yaml looks like below. It is failing if I modify something in path "B" which isn't watched by this step.
plugins:
- monebag/monorepo-diff#v2.5.9:
diff: ".buildkite/diff.sh"
watch:
- path:
- "A"
config:
.....
Output is like so:
Running diff command: .buildkite/diff.sh
Generated Pipeline:
steps: []
After updating to version 2.5.9, my pipeline is failing due to the generated pipeline having no steps. The paths that are watched in this step were not modified so I would expect them to be skipped rather than generating an empty pipeline.
So the pipeline.yaml looks like below. It is failing if I modify something in path "B" which isn't watched by this step.
Output is like so: