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

correctly wait for tasks to be completed #1632

Merged
merged 1 commit into from
Dec 21, 2022
Merged

Conversation

evgeni
Copy link
Member

@evgeni evgeni commented Dec 21, 2022

  1. check for state != stopped so that also planning and pending states are considered
  2. use $(… | wc -l) -ne 0 as not all tasks have their label in the output

Fixes: acb404b

1. check for `state != stopped` so that also planning and pending states
   are considered
2. use `$(… | wc -l) -ne 0` as not all tasks have their label in the
   output

Fixes: acb404b
@evgeni evgeni merged commit fbaa6af into theforeman:master Dec 21, 2022
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.

2 participants