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
7
.github/workflows/setup-infra-pipeline.yml
vendored
7
.github/workflows/setup-infra-pipeline.yml
vendored
|
@ -55,12 +55,11 @@ jobs:
|
|||
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