From 32bfef040cccd65b5922beb40dd86145776c9972 Mon Sep 17 00:00:00 2001 From: Ben Partridge Date: Thu, 28 Nov 2019 16:41:34 +1100 Subject: [PATCH] Force no spinner when running pipenv sync --- bin/install-ansible | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/install-ansible b/bin/install-ansible index d50f943..bf76d24 100755 --- a/bin/install-ansible +++ b/bin/install-ansible @@ -21,7 +21,7 @@ export PATH=/usr/local/bin:$PATH pip3 install pipenv 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 pipenv sync --dev