bodhi: Temporarily remove compose check from upgrade script.
Rigth now the pods aren't serving because we need to build new containers, so the compose check is failing. I know there isn't a compose, so remove that check for now. Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
This commit is contained in:
parent
6be174abf5
commit
dcaecc106d
1 changed files with 0 additions and 6 deletions
|
@ -12,12 +12,6 @@
|
|||
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: push packages out
|
||||
hosts: bodhi_backend:bodhi_backend_stg
|
||||
user: root
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue