mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 16:33:08 -06:00
ITOPSENG-529-bump-pip-timeout
This commit is contained in:
@@ -9,7 +9,7 @@ LOG_FILE=${3:-"/dev/null"}
|
||||
ENV_FILE=${4:-"/etc/atl"}
|
||||
|
||||
export PATH=/usr/local/bin:$PATH
|
||||
|
||||
export PIP_DEFAULT_TIMEOUT=60
|
||||
|
||||
# Set the environment with default exports
|
||||
set -a
|
||||
|
||||
@@ -18,6 +18,7 @@ else
|
||||
python3-pip
|
||||
fi
|
||||
export PATH=/usr/local/bin:$PATH
|
||||
export PIP_DEFAULT_TIMEOUT=60
|
||||
|
||||
pip3 install pipenv
|
||||
echo "Installing ansible and dependencies..."
|
||||
|
||||
Reference in New Issue
Block a user