mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-04-29 05:32:48 +00:00
Setting up test infrastructure pipeline v15
This commit is contained in:
parent
b6b7fa785d
commit
76c7e39d42
1 changed files with 6 additions and 0 deletions
6
.github/workflows/setup-infra-pipeline.yml
vendored
6
.github/workflows/setup-infra-pipeline.yml
vendored
|
@ -54,6 +54,12 @@ jobs:
|
||||||
cd cicd/grid-capstone-terraform-infra
|
cd cicd/grid-capstone-terraform-infra
|
||||||
terraform init
|
terraform init
|
||||||
|
|
||||||
|
- name: Save terraform lock file in the repo.
|
||||||
|
run: |
|
||||||
|
git add .terraform.lock.hcl
|
||||||
|
git commit -m "Add Terraform provider lock file"
|
||||||
|
git push
|
||||||
|
|
||||||
|
|
||||||
# - name: Terraform Format & Validate
|
# - name: Terraform Format & Validate
|
||||||
# run: |
|
# run: |
|
||||||
|
|
Loading…
Reference in a new issue