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"}
|
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