Skip to content

Commit

Permalink
XDR-967: Update pipeline to use terraform job template (patch)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukiffer committed Aug 25, 2021
1 parent 32ab775 commit 088f665
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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-log-analytics
repository: infrastructure-modules
condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master'))
runFunctionalTests: false

0 comments on commit 088f665

Please sign in to comment.