From 4c1d4cd612bdd217a3221ff9e378e0ac7d7a35dd Mon Sep 17 00:00:00 2001 From: FrankRua Date: Fri, 3 Jun 2022 16:39:14 -0400 Subject: [PATCH] updated for new config --- azure-pipelines.yml | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f126d3aee..207c013be 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -133,7 +133,7 @@ stages: # Prod Build/Deploy - stage: Prod - condition: eq(variables['Build.SourceBranch'], variables['prod-branch'] ) + condition: succeeded('Qa') variables: - group: FixMyGlassProd 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_NOSCRIPT_FRAME_SRC__: $(__VUE_APP_GOOGLE_TAG_MANAGER_NOSCRIPT_FRAME_SRC__) cfDistributionId: $(cfDistributionId) - - stage: AutoTagReleaseBuild - condition: eq(variables['Build.SourceBranch'], variables['prod-branch'] ) - displayName: Auto Tag Release Build For Production - jobs: - - template: templates/digital/auto-tag.yml@AzureDevOps - parameters: - userName: SafeliteAzureDevops - userEmail: githubazuredevops@safelite.com \ No newline at end of file + - template: templates/digital/auto-tag.yml@AzureDevOps + parameters: + userName: SafeliteAzureDevops + userEmail: githubazuredevops@safelite.com \ No newline at end of file