DCD-800: Use iconv to strip non-ascii characters

This commit is contained in:
Ben Partridge
2019-11-29 10:32:41 +11:00
parent 32bfef040c
commit 5490651e9e

View File

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