aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/deploy-azure.sh
diff options
context:
space:
mode:
authorGravatar Leon Sandøy <[email protected]>2018-11-18 01:47:21 +0100
committerGravatar Leon Sandøy <[email protected]>2018-11-18 01:47:21 +0100
commit84fc919c69d197e5585394e82a6b571aff80b798 (patch)
treec240568e847b8cfaac06db6a944a587f1eaf3ffc /scripts/deploy-azure.sh
parentNope, all of that was stupid and this is the real thing. Let's install Setupt... (diff)
UNSILENCE, FOOLS
Diffstat (limited to 'scripts/deploy-azure.sh')
-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 c11b6afa..5a7f895e 100755
--- a/scripts/deploy-azure.sh
+++ b/scripts/deploy-azure.sh
@@ -11,7 +11,7 @@ if [[ ($BUILD_SOURCEBRANCHNAME == 'master') && ($SYSTEM_PULLREQUEST_PULLREQUESTI
docker push pythondiscord/seasonalbot:latest
echo "Deploying on server"
- pepper $1 state.apply docker/hacktoberbot --out=no_out --non-interactive &> /dev/null
+ pepper $1 state.apply docker/hacktoberbot --out=no_out --non-interactive
else
echo "Skipping deploy"
fi