mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
add an extra defined on ln 36
This commit is contained in:
committed by
Steve Smith
parent
1a1f4fb419
commit
1f6869e90d
@@ -33,7 +33,7 @@
|
|||||||
until: output.status == 200
|
until: output.status == 200
|
||||||
retries: 6
|
retries: 6
|
||||||
delay: 15
|
delay: 15
|
||||||
failed_when: output is defined and output.json.state != 'INITIALISING'
|
failed_when: output is defined and output.json is defined and output.json.state == 'INITIALISING'
|
||||||
#failed_when: "'INITIALISING' not in output.content"
|
#failed_when: "'INITIALISING' not in output.content"
|
||||||
|
|
||||||
- name: get status of import
|
- name: get status of import
|
||||||
|
|||||||
Reference in New Issue
Block a user