mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-17 02:13:06 -06:00
allowing the display name to be overridden by an environment variable
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
---
|
||||
|
||||
atl_bitbucket_display_name: "{{ lookup('env', 'ATL_BITBUCKET_DISPLAY_NAME') or 'Bitbucket' }}"
|
||||
atl_bitbucket_license_key: "{{ lookup('env', 'ATL_BB_LICENSEKEY') }}"
|
||||
atl_bitbucket_properties_raw: "{{ lookup('env', 'ATL_BITBUCKET_PROPERTIES') }}"
|
||||
atl_bitbucket_properties: "{{ atl_bitbucket_properties_raw.split(' ') | reject('equalto', '') | list }}"
|
||||
|
||||
Reference in New Issue
Block a user