mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
Redirect all logs to dev/null when running pipenv sync
This commit is contained in:
@@ -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_HIDE_EMOJIS=1 pipenv sync 2>1 >/dev/null
|
||||
|
||||
if [[ $1 == "--dev" ]]; then
|
||||
pipenv sync --dev
|
||||
|
||||
Reference in New Issue
Block a user