mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-04-24 19: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
|
@ -53,6 +53,12 @@ jobs:
|
|||
run: |
|
||||
cd cicd/grid-capstone-terraform-infra
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue