aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/deploy-azure.sh
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2018-11-16 13:24:47 +0000
committerGravatar Gareth Coles <[email protected]>2018-11-16 13:24:47 +0000
commitc7be43a3f4ec885d7712ae62d8a96cdde9148d15 (patch)
tree61110b45c4403490b1ca6f19fc94dd015ad14767 /scripts/deploy-azure.sh
parentMerge branch 'prefix_fix' into 'master' (diff)
Azure: Unfortunately I have to check this manually
Diffstat (limited to 'scripts/deploy-azure.sh')
-rw-r--r--scripts/deploy-azure.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/deploy-azure.sh b/scripts/deploy-azure.sh
index 9f64b52a2..f700a4847 100644
--- a/scripts/deploy-azure.sh
+++ b/scripts/deploy-azure.sh
@@ -1,5 +1,7 @@
#!/bin/bash
+echo "PR ID: $SYSTEM_PULLREQUEST_PULLREQUESTID"
+
# Build and deploy on master branch, only if not a pull request
if [[ ($BUILD_SOURCEBRANCHNAME == 'master') && (-z '$SYSTEM_PULLREQUEST_PULLREQUESTID') ]]; then
changed_lines=$(git diff HEAD~1 HEAD docker/base.Dockerfile | wc -l)