Skip to content

Commit

Permalink
Azure: This should be all, I hope.
Browse files Browse the repository at this point in the history
  • Loading branch information
gdude2002 committed Nov 16, 2018
1 parent 343c1fb commit 497eef8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/deploy-azure.sh
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 497eef8

Please sign in to comment.