diff options
author | 2018-11-18 01:47:21 +0100 | |
---|---|---|
committer | 2018-11-18 01:47:21 +0100 | |
commit | 84fc919c69d197e5585394e82a6b571aff80b798 (patch) | |
tree | c240568e847b8cfaac06db6a944a587f1eaf3ffc /scripts/deploy-azure.sh | |
parent | Nope, 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-x | scripts/deploy-azure.sh | 2 |
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 |