From a1da10342ee3ec8d2c20e178a9bb95478d4d5e82 Mon Sep 17 00:00:00 2001 From: Luke Fritz Date: Tue, 24 Aug 2021 23:08:16 -0500 Subject: [PATCH] XDR-967: Update pipeline to use terraform job template (patch) --- azure-pipelines.yml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 781209f..e2323aa 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -16,14 +16,6 @@ resources: name: quantum-sec/pipeline-library jobs: - - template: templates/jobs/default.yml@pipeline-library + - template: templates/jobs/terraform.yml@pipeline-library parameters: - containerImage: quantumci.azurecr.io/quantum-ci-terragrunt:latest - deploySteps: - - template: templates/steps/versioning/update-source-reference.yml@pipeline-library - parameters: - name: UpdateInfrastructureModules - displayName: Update Infrastructure Modules - packageName: package-aks - repository: infrastructure-modules - condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master')) + runFunctionalTests: false