mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
DCD-686: Fix some issues with packages on Amazon Linux.
This commit is contained in:
@@ -8,6 +8,9 @@ PLAYBOOK=${2:?"Playbook must be specified"}
|
||||
LOG_FILE=${3:-"/dev/null"}
|
||||
ENV_FILE=${4:-"/etc/atl"}
|
||||
|
||||
export PATH=/usr/local/bin:$PATH
|
||||
|
||||
|
||||
# Set the environment with default exports
|
||||
set -a
|
||||
source $ENV_FILE
|
||||
|
||||
Reference in New Issue
Block a user