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:
Brett Meehan
2020-03-29 21:11:25 +00:00
2 changed files with 2 additions and 1 deletions

View File

@@ -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

View File

@@ -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..."