mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
DCD-800: Use iconv to strip non-ascii characters
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user