mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 16:33:08 -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
|
||||
force_basic_auth: 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_format: json
|
||||
return_content: yes
|
||||
|
||||
Reference in New Issue
Block a user