Don't worry about interrupting composes in staging Bodhi.
Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
This commit is contained in:
parent
7b127ff637
commit
7c9d54cc6f
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
fail:
|
||||
msg: "There are composes in progress."
|
||||
any_errors_fatal: true
|
||||
when: "composes.stdout != '{\"composes\": []}'"
|
||||
when: "composes.stdout != '{\"composes\": []}' and env != 'staging'"
|
||||
|
||||
- name: push packages out
|
||||
hosts: bodhi-backend:bodhi-backend-stg:bodhi2:bodhi2-stg
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue