DCD-224: Download locally rather than to the shared drive to avoid races.

This commit is contained in:
Steve Smith
2019-04-15 14:18:25 +10:00
parent 94c06ce4d5
commit 6c70ce323e
4 changed files with 14 additions and 3 deletions

View File

@@ -7,4 +7,5 @@ atl_product_latest_version_url: "{{ atl_product_base_url }}/latest"
atl_product_version_cache: "{{ atl_product_home_shared }}/{{ atl_product_edition }}.version"
atl_product_download_url: "{{ atl_product_base_url }}/atlassian-{{ atl_product_edition }}-{{ atl_product_version_file.stdout }}-x64.bin"
atl_product_download_cache: "{{ atl_product_home_shared }}/{{ atl_product_edition }}.{{ atl_product_version_file.stdout }}.bin"
atl_product_download_filename: "{{ atl_product_edition }}.{{ atl_product_version_file.stdout }}.bin"
atl_product_download: "{{ atl_installer_temp }}/{{ atl_product_download_filename }}"