Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fredericfran-gds committed Aug 13, 2021
1 parent 22e7e17 commit 669941d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions concourse/pipelines/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
params: &terraform-cluster-params
ASSUME_ROLE_ARN: ((concourse_ci_role_arn))
AWS_REGION: ((aws_region))
DEPLOYMENT_PATH: govuk-infrastructure-commit/terraform/deployments/eks
DEPLOYMENT_PATH: govuk-infrastructure-commit/repo/terraform/deployments/eks
ENVIRONMENT: ((govuk_environment))
platform: linux
image_resource:
Expand All @@ -59,7 +59,7 @@ jobs:
username: ((docker_hub_username))
password: ((docker_hub_authtoken))
run:
path: govuk-infrastructure-commit/concourse/tasks/terraform-plan.sh
path: govuk-infrastructure-commit/repo/concourse/tasks/terraform-plan.sh
on_success:
put: govuk-infrastructure-commit
params: {status: success, context: terraform-plan-govuk-deployment}
Expand All @@ -84,7 +84,7 @@ jobs:
<<: *terraform-cluster-config
params:
<<: *terraform-cluster-params
DEPLOYMENT_PATH: govuk-infrastructure-commit/terraform/deployments/eks-stage2
DEPLOYMENT_PATH: govuk-infrastructure-commit/repo/terraform/deployments/eks-stage2
on_success:
put: govuk-infrastructure-commit
params: {status: success, context: terraform-plan-monitoring}
Expand Down
Empty file modified concourse/tasks/terraform-plan.sh
100644 → 100755
Empty file.

0 comments on commit 669941d

Please sign in to comment.