From fdbac1df4b9b34f89c80a09eec1d511bacc8b93a Mon Sep 17 00:00:00 2001 From: Piasecki-grid Date: Mon, 31 Mar 2025 12:20:25 +0200 Subject: [PATCH] Final --- .github/workflows/setup-infra-pipeline.yml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/.github/workflows/setup-infra-pipeline.yml b/.github/workflows/setup-infra-pipeline.yml index 8ff7ce8a9..19ef44610 100644 --- a/.github/workflows/setup-infra-pipeline.yml +++ b/.github/workflows/setup-infra-pipeline.yml @@ -58,20 +58,10 @@ jobs: - name: Save terraform lock file in the repo. run: | cd cicd/grid-capstone-terraform-infra - git add .terraform.lock.hcl - git add .terraform - git commit -m "Add Terraform provider lock file" + git commit -m "There was a change in infra .tf files" git push continue-on-error: true - - - name: Terraform Format & Validate - run: | - cd cicd/grid-capstone-terraform-infra - terraform fmt -check - terraform validate - - - name: Terraform Apply run: | cd cicd/grid-capstone-terraform-infra