Revert "Redirect all logs to dev/null when running pipenv sync"

This reverts commit 14465e259f.
This commit is contained in:
Ben Partridge
2019-11-28 16:30:35 +11:00
parent 14465e259f
commit 843f1c26e7

View File

@@ -21,7 +21,7 @@ export PATH=/usr/local/bin:$PATH
pip3 install pipenv
echo "Installing ansible and dependencies..."
PIPENV_HIDE_EMOJIS=1 pipenv sync 2>1 >/dev/null
PIPENV_HIDE_EMOJIS=1 pipenv sync >/dev/null
if [[ $1 == "--dev" ]]; then
pipenv sync --dev