Skip to content
This repository was archived by the owner on Jun 25, 2024. It is now read-only.

Generating pipeline with no steps #135

@orolega

Description

@orolega

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: []

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions