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