Temporarily disable the composes check.
Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
This commit is contained in:
parent
37b9831ae3
commit
b7daa5a138
1 changed files with 5 additions and 5 deletions
|
@ -12,11 +12,11 @@
|
|||
shell: "curl https://bodhi{{env_suffix}}.fedoraproject.org/composes/"
|
||||
register: composes
|
||||
|
||||
- name: Fail if we found that a mash was in progress
|
||||
fail:
|
||||
msg: "There are composes in progress."
|
||||
any_errors_fatal: true
|
||||
when: "composes.stdout != '{\"composes\": []}' and env != 'staging'"
|
||||
# - name: Fail if we found that a mash was in progress
|
||||
# fail:
|
||||
# msg: "There are composes in progress."
|
||||
# any_errors_fatal: true
|
||||
# when: "composes.stdout != '{\"composes\": []}' and env != 'staging'"
|
||||
|
||||
- name: push packages out
|
||||
hosts: bodhi-backend:bodhi-backend-stg
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue