mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-10-02 16:52:04 +02:00
Don't hardcode branch in backend only check
This commit is contained in:
@@ -37,7 +37,7 @@ stages:
|
|||||||
- bash: echo "##vso[build.updatebuildnumber]$RADARRVERSION"
|
- bash: echo "##vso[build.updatebuildnumber]$RADARRVERSION"
|
||||||
displayName: Set Build Name
|
displayName: Set Build Name
|
||||||
- bash: |
|
- 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
|
echo $? > is_backend_update
|
||||||
cat is_backend_update
|
cat is_backend_update
|
||||||
displayName: Check for Backend File Changes
|
displayName: Check for Backend File Changes
|
||||||
|
Reference in New Issue
Block a user