mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-16 04:35:49 +00:00
Final changes
This commit is contained in:
parent
fdbac1df4b
commit
c229580234
1 changed files with 4 additions and 5 deletions
9
.github/workflows/setup-infra-pipeline.yml
vendored
9
.github/workflows/setup-infra-pipeline.yml
vendored
|
@ -54,13 +54,12 @@ jobs:
|
||||||
cd cicd/grid-capstone-terraform-infra
|
cd cicd/grid-capstone-terraform-infra
|
||||||
terraform init
|
terraform init
|
||||||
ls -al
|
ls -al
|
||||||
|
|
||||||
- name: Save terraform lock file in the repo.
|
- name: Terraform Validate
|
||||||
run: |
|
run: |
|
||||||
cd cicd/grid-capstone-terraform-infra
|
cd cicd/grid-capstone-terraform-infra
|
||||||
git commit -m "There was a change in infra .tf files"
|
terraform validate
|
||||||
git push
|
terraform fmt
|
||||||
continue-on-error: true
|
|
||||||
|
|
||||||
- name: Terraform Apply
|
- name: Terraform Apply
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue