mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 16:33:08 -06:00
change to output.state from output.json.state
This commit is contained in:
committed by
Steve Smith
parent
60684a21a0
commit
36003c553b
@@ -33,7 +33,7 @@
|
||||
until: output.status == 200
|
||||
retries: 6
|
||||
delay: 15
|
||||
failed_when: output.json.state != 'INITIALISING'
|
||||
failed_when: output.state != 'INITIALISING'
|
||||
#failed_when: "'INITIALISING' not in output.content"
|
||||
|
||||
- name: get status of import
|
||||
|
||||
Reference in New Issue
Block a user