Temporarily disable the composes check.

Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
This commit is contained in:
Randy Barlow 2018-11-01 19:34:25 +00:00
parent 37b9831ae3
commit b7daa5a138

View file

@ -12,11 +12,11 @@
shell: "curl https://bodhi{{env_suffix}}.fedoraproject.org/composes/" shell: "curl https://bodhi{{env_suffix}}.fedoraproject.org/composes/"
register: composes register: composes
- name: Fail if we found that a mash was in progress # - name: Fail if we found that a mash was in progress
fail: # fail:
msg: "There are composes in progress." # msg: "There are composes in progress."
any_errors_fatal: true # any_errors_fatal: true
when: "composes.stdout != '{\"composes\": []}' and env != 'staging'" # when: "composes.stdout != '{\"composes\": []}' and env != 'staging'"
- name: push packages out - name: push packages out
hosts: bodhi-backend:bodhi-backend-stg hosts: bodhi-backend:bodhi-backend-stg