Merge pull request #533 from Safelite/feature/CSR-667

updated for new config
This commit is contained in:
Frank Rua 2022-06-03 14:46:23 -06:00 committed by GitHub
commit 1ad5861ba6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -133,7 +133,7 @@ stages:
# Prod Build/Deploy # Prod Build/Deploy
- stage: Prod - stage: Prod
condition: eq(variables['Build.SourceBranch'], variables['prod-branch'] ) condition: succeeded('Qa')
variables: variables:
- group: FixMyGlassProd - group: FixMyGlassProd
jobs: jobs:
@ -172,11 +172,7 @@ stages:
__VUE_APP_GOOGLE_TAG_MANAGER_SCRIPT_BODY__: $(__VUE_APP_GOOGLE_TAG_MANAGER_SCRIPT_BODY__) __VUE_APP_GOOGLE_TAG_MANAGER_SCRIPT_BODY__: $(__VUE_APP_GOOGLE_TAG_MANAGER_SCRIPT_BODY__)
__VUE_APP_GOOGLE_TAG_MANAGER_NOSCRIPT_FRAME_SRC__: $(__VUE_APP_GOOGLE_TAG_MANAGER_NOSCRIPT_FRAME_SRC__) __VUE_APP_GOOGLE_TAG_MANAGER_NOSCRIPT_FRAME_SRC__: $(__VUE_APP_GOOGLE_TAG_MANAGER_NOSCRIPT_FRAME_SRC__)
cfDistributionId: $(cfDistributionId) cfDistributionId: $(cfDistributionId)
- stage: AutoTagReleaseBuild - template: templates/digital/auto-tag.yml@AzureDevOps
condition: eq(variables['Build.SourceBranch'], variables['prod-branch'] ) parameters:
displayName: Auto Tag Release Build For Production userName: SafeliteAzureDevops
jobs: userEmail: githubazuredevops@safelite.com
- template: templates/digital/auto-tag.yml@AzureDevOps
parameters:
userName: SafeliteAzureDevops
userEmail: githubazuredevops@safelite.com