mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
Merged in ITOPSENG-529-bump-pip-timeout-for-dcd-an (pull request #90)
ITOPSENG-529-bump-pip-timeout Approved-by: Varun Arbatti Approved-by: Steve Smith Approved-by: Adam Brokes
This commit is contained in:
@@ -9,7 +9,7 @@ LOG_FILE=${3:-"/dev/null"}
|
|||||||
ENV_FILE=${4:-"/etc/atl"}
|
ENV_FILE=${4:-"/etc/atl"}
|
||||||
|
|
||||||
export PATH=/usr/local/bin:$PATH
|
export PATH=/usr/local/bin:$PATH
|
||||||
|
export PIP_DEFAULT_TIMEOUT=60
|
||||||
|
|
||||||
# Set the environment with default exports
|
# Set the environment with default exports
|
||||||
set -a
|
set -a
|
||||||
|
|||||||
@@ -18,6 +18,7 @@ else
|
|||||||
python3-pip
|
python3-pip
|
||||||
fi
|
fi
|
||||||
export PATH=/usr/local/bin:$PATH
|
export PATH=/usr/local/bin:$PATH
|
||||||
|
export PIP_DEFAULT_TIMEOUT=60
|
||||||
|
|
||||||
pip3 install pipenv
|
pip3 install pipenv
|
||||||
echo "Installing ansible and dependencies..."
|
echo "Installing ansible and dependencies..."
|
||||||
|
|||||||
Reference in New Issue
Block a user