mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
set correct path for creates
This commit is contained in:
committed by
Steve Smith
parent
f23913cb00
commit
3c283ca1ff
@@ -21,7 +21,7 @@
|
|||||||
method: POST
|
method: POST
|
||||||
force_basic_auth: yes
|
force_basic_auth: yes
|
||||||
follow_redirects: yes
|
follow_redirects: yes
|
||||||
creates: "{{ atl_product_home_shared }}"/data/migration/import/lock.file
|
creates: "{{ atl_product_home_shared }}/data/migration/import/lock.file"
|
||||||
body: "{ \"archivePath\": \"{{ atl_bitbucket_dataset_url | basename }}\" }"
|
body: "{ \"archivePath\": \"{{ atl_bitbucket_dataset_url | basename }}\" }"
|
||||||
body_format: json
|
body_format: json
|
||||||
return_content: yes
|
return_content: yes
|
||||||
|
|||||||
Reference in New Issue
Block a user