From 497eef8bf66dd19c69c0df963c7db62961aff64c Mon Sep 17 00:00:00 2001 From: Gareth Coles Date: Fri, 16 Nov 2018 14:02:22 +0000 Subject: Azure: This should be all, I hope. --- scripts/deploy-azure.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts') diff --git a/scripts/deploy-azure.sh b/scripts/deploy-azure.sh index 8cb9fe770..6b3dea508 100644 --- a/scripts/deploy-azure.sh +++ b/scripts/deploy-azure.sh @@ -1,5 +1,7 @@ #!/bin/bash +cd .. + # Build and deploy on master branch, only if not a pull request if [[ ($BUILD_SOURCEBRANCHNAME == 'master') && ($SYSTEM_PULLREQUEST_PULLREQUESTID == '') ]]; then changed_lines=$(git diff HEAD~1 HEAD docker/base.Dockerfile | wc -l) -- cgit v1.2.3