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