Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failure parsing group steps #123

Open
GMNGeoffrey opened this issue Mar 24, 2022 · 2 comments
Open

Failure parsing group steps #123

GMNGeoffrey opened this issue Mar 24, 2022 · 2 comments
Labels

Comments

@GMNGeoffrey
Copy link

It seems there is not support for group steps. If I try to run a pipeline with a group step locally, I get an error like it's trying to interpret it as a command step.

馃毃 Error: The command phase has no command to execute. Provide a command field in your step configuration, or define a command hook in a step plug-in, your repository .buildkite/hooks, or agent hooks-path.

Here's a minimal reproduction

bk run <(cat <<EOF
steps:
  - group: "Some group"
    steps:
      - label: "Hello"
        commands: "echo hello"
      - label: "World"
        commands: "echo world"
EOF
)
@tylerauerbeck
Copy link

馃憤馃徎 +1 Can confirm I'm seeing this locally as well.

@gorbak25
Copy link

Also affects me :( Any workarounds for now?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants