From fbfaabc5f3b18e159e6b4a22fd8568ccd6e3214f Mon Sep 17 00:00:00 2001 From: aledesma Date: Wed, 18 Aug 2021 23:10:52 -0500 Subject: [PATCH] EN-661: Remove erroneous parameters from terraform job (fix) The terraform job defaults runFunctionalTests to `false` and defines the `UpdateInfrastructureModules` deploy step. Azure pipelines failes when the `UpdateInfrastructureModules` deploy step is duplicated --- azure-pipelines.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 2bd9c71..e2323aa 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -19,12 +19,3 @@ jobs: - template: templates/jobs/terraform.yml@pipeline-library parameters: runFunctionalTests: false - deploySteps: - # Update packages reference in infrastructure module - - template: templates/steps/versioning/update-source-reference.yml@pipeline-library - parameters: - name: UpdateInfrastructureModules - displayName: Update Infrastructure Modules - packageName: package-aws-security - repository: infrastructure-modules - condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master'))