Merge pull request #308 from Safelite/feature/Digital/SSR-435
Updated build.
This commit is contained in:
commit
d4c3683163
1 changed files with 2 additions and 0 deletions
|
|
@ -30,6 +30,7 @@ resources:
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
- group: Digital-Infrastructure
|
- group: Digital-Infrastructure
|
||||||
|
- group: ISS-BuildBranches
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
# PR's
|
# PR's
|
||||||
|
|
@ -47,6 +48,7 @@ stages:
|
||||||
- ${{ else }}:
|
- ${{ else }}:
|
||||||
# Dev Build/Deploy
|
# Dev Build/Deploy
|
||||||
- stage: Dev
|
- stage: Dev
|
||||||
|
condition: eq(variables['Build.SourceBranch'], variables['dev-branch'] )
|
||||||
variables:
|
variables:
|
||||||
- group: ISS-Dev
|
- group: ISS-Dev
|
||||||
jobs:
|
jobs:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue