Merged in DCD-800-fix-encoding-errors-in-cloud-init-output.log (pull request #53)

DCD-800 fix encoding errors in cloud init output.log

Approved-by: Steve Smith
This commit is contained in:
Ben Partridge
2019-11-29 00:30:31 +00:00

View File

@@ -20,7 +20,8 @@ fi
export PATH=/usr/local/bin:$PATH export PATH=/usr/local/bin:$PATH
pip3 install pipenv pip3 install pipenv
pipenv sync echo "Installing ansible and dependencies..."
PIPENV_NOSPIN=1 PIPENV_HIDE_EMOJIS=1 pipenv sync 2>&1 | iconv -c -f utf-8 -t ascii
if [[ $1 == "--dev" ]]; then if [[ $1 == "--dev" ]]; then
pipenv sync --dev pipenv sync --dev