mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 05:13:18 -07:00
updated the deploy script
This commit is contained in:
parent
11e4420a36
commit
cf5662f661
1 changed files with 1 additions and 1 deletions
|
@ -27,4 +27,4 @@ variables:
|
||||||
value: "4.0.$(Build.BuildId)"
|
value: "4.0.$(Build.BuildId)"
|
||||||
|
|
||||||
- name: isMain
|
- name: isMain
|
||||||
value: $[eq(variables['Build.SourceBranch'], 'refs/heads/feature/v4')]
|
value: $[or(contains(variables['Build.SourceBranch'], 'develop'), contains(variables['Build.SourceBranch'], 'main'))]
|
Loading…
Add table
Add a link
Reference in a new issue