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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove waiter as a property of waitStep #105

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

thejcannon
Copy link
Contributor

@thejcannon thejcannon commented Nov 29, 2024

Not sure what this is, but:

steps:
    - waiter: foobarbaz

gives me `waiter` is not a valid property on the `wait` step, perhaps you meant `wait`?


Note the following pipelines are valid (hence not removing all instances of "waiter"):

steps:
    - "waiter"
steps:
    - type: waiter
steps:
    - waiter:
          wait: ~

@thejcannon thejcannon changed the title Remove waiter Remove waiter as a property of waitStep/nestedWaitStep Nov 29, 2024
@thejcannon thejcannon changed the title Remove waiter as a property of waitStep/nestedWaitStep Remove waiter as a property of waitStep Dec 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant