Force no spinner when running pipenv sync

This commit is contained in:
Ben Partridge
2019-11-28 16:41:34 +11:00
parent 843f1c26e7
commit 32bfef040c

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_HIDE_EMOJIS=1 pipenv sync >/dev/null PIPENV_NOSPIN=1 PIPENV_HIDE_EMOJIS=1 pipenv sync
if [[ $1 == "--dev" ]]; then if [[ $1 == "--dev" ]]; then
pipenv sync --dev pipenv sync --dev