aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2018-11-18 12:54:03 +0000
committerGravatar Gareth Coles <[email protected]>2018-11-18 12:54:03 +0000
commitfe5a62d819ec1d0f69892611e27ec6295066e114 (patch)
treea86691de651aa39054fe4a664aaa977f26191143
parentAzure: Unsilence for now (diff)
Azure: Silence Pepper once again
-rwxr-xr-xscripts/deploy-azure.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/deploy-azure.sh b/scripts/deploy-azure.sh
index b6d5f1ca..abefbf6b 100755
--- a/scripts/deploy-azure.sh
+++ b/scripts/deploy-azure.sh
@@ -16,7 +16,7 @@ if [[ ($BUILD_SOURCEBRANCHNAME == 'master') && ($SYSTEM_PULLREQUEST_PULLREQUESTI
docker push pythondiscord/seasonalbot:latest
echo "Deploying on server"
- pepper $1 state.apply docker/seasonalbot --out=no_out --non-interactive
+ pepper $1 state.apply docker/seasonalbot --out=no_out --non-interactive &> /dev/null
else
echo "Skipping deploy"
fi