mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
DCD-1387 Confluence FileNotFoundError fixing
This commit is contained in:
@@ -22,7 +22,7 @@ export PATH=/usr/local/bin:$PATH
|
|||||||
export PIP_DEFAULT_TIMEOUT=60
|
export PIP_DEFAULT_TIMEOUT=60
|
||||||
|
|
||||||
echo "Installing pipenv..."
|
echo "Installing pipenv..."
|
||||||
pip3 install pipenv==2021.5.29
|
pip3 install pipenv
|
||||||
|
|
||||||
echo "Installing ansible and dependencies..."
|
echo "Installing ansible and dependencies..."
|
||||||
PIPENV_NOSPIN=1 PIPENV_HIDE_EMOJIS=1 pipenv sync 2>&1 | iconv -c -f utf-8 -t ascii
|
PIPENV_NOSPIN=1 PIPENV_HIDE_EMOJIS=1 pipenv sync 2>&1 | iconv -c -f utf-8 -t ascii
|
||||||
|
|||||||
Reference in New Issue
Block a user