Skip to content

Commit

Permalink
EN-661: Remove erroneous parameters from terraform job (fix)
Browse files Browse the repository at this point in the history
The terraform job defaults runFunctionalTests to `false` and defines the `UpdateInfrastructureModules` deploy step.
Azure pipelines failes when the `UpdateInfrastructureModules` deploy step is duplicated
  • Loading branch information
arledesma committed Aug 19, 2021
1 parent 283e7fd commit fbfaabc
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'))

0 comments on commit fbfaabc

Please sign in to comment.