diff options
author | 2018-11-18 01:19:35 +0100 | |
---|---|---|
committer | 2018-11-18 01:19:35 +0100 | |
commit | a27004cd49137cda0051ee97ab7189967fd5eacf (patch) | |
tree | dbc17bd7bcee3ce77f25816f3aa069a31c5248a0 /scripts | |
parent | pipe that pepper output to stdout (diff) |
Oops, I think this should fix the pipeline.
Diffstat (limited to 'scripts')
-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 5a7f895e..c11b6afa 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 + pepper $1 state.apply docker/hacktoberbot --out=no_out --non-interactive &> /dev/null else echo "Skipping deploy" fi |