Don't hardcode branch in backend only check

This commit is contained in:
Qstick 2019-12-29 02:25:52 -05:00
parent 60b9496162
commit dbb24108f1
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ stages:
- bash: echo "##vso[build.updatebuildnumber]$RADARRVERSION"
displayName: Set Build Name
- bash: |
git diff origin/aphrodite...origin/fix-quick-ui-build --name-only | grep -qEv "^(src/|azure-pipelines.yml)"
git diff origin/aphrodite...HEAD --name-only | grep -qEv "^(src/|azure-pipelines.yml)"
echo $? > is_backend_update
cat is_backend_update
displayName: Check for Backend File Changes