aboutsummaryrefslogtreecommitdiffstats
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
parentNope, all of that was stupid and this is the real thing. Let's install Setupt... (diff)
UNSILENCE, FOOLS
-rw-r--r--azure-pipelines.yml2
-rwxr-xr-xscripts/deploy-azure.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 5aa44d7d..1077c802 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -58,7 +58,7 @@ jobs:
dockerRegistryEndpoint: 'DockerHub'
command: 'login'
- - script: sudo apt install python3-setuptools
+ - script: sudo apt-get install python3-setuptools
displayName: 'Install setuptools'
- script: sudo pip3 install salt-pepper
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