mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 00:13:09 -06:00
ITPLT-2247 remove unintentional whitespace
This commit is contained in:
@@ -17,7 +17,6 @@ atl_download_format_suffix_map:
|
||||
tarball: '.tar.gz'
|
||||
atl_download_suffix: "{{ atl_download_format_suffix_map[atl_download_format] }}"
|
||||
|
||||
|
||||
atl_release_base_url: "https://product-downloads.atlassian.com/software"
|
||||
atl_product_base_url: "{{ atl_release_base_url }}/{{ atl_product_family }}/downloads"
|
||||
atl_product_download_url: "{{ atl_product_base_url }}/atlassian-{{ atl_download_edition | default(atl_product_edition) }}-{{ atl_product_version }}{{ atl_download_suffix }}"
|
||||
|
||||
Reference in New Issue
Block a user