mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 20:25:50 +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
|
||||
terraform init
|
||||
ls -al
|
||||
|
||||
- name: Save terraform lock file in the repo.
|
||||
|
||||
- name: Terraform Validate
|
||||
run: |
|
||||
cd cicd/grid-capstone-terraform-infra
|
||||
git commit -m "There was a change in infra .tf files"
|
||||
git push
|
||||
continue-on-error: true
|
||||
terraform validate
|
||||
terraform fmt
|
||||
|
||||
- name: Terraform Apply
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue