Test branch
This commit is contained in:
parent
a6e0bbde46
commit
7e437cfa64
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ stages:
|
|||
- ${{ else }}:
|
||||
# Dev Build/Deploy
|
||||
- stage: Dev
|
||||
condition: eq(variables['Build.SourceBranch'], variables['dev-branch'] )
|
||||
condition: eq(variables['Build.SourceBranch'], variables['test-branch'] )
|
||||
variables:
|
||||
- group: FixMyGlassDev
|
||||
jobs:
|
||||
|
|
|
|||
Loading…
Reference in a new issue