1
0
Fork 0
mirror of https://github.com/imjasonh/kontain.me synced 2026-07-18 06:40:04 +00:00

drop test.sh, fmt on CI

Signed-off-by: Jason Hall <jason@chainguard.dev>
This commit is contained in:
Jason Hall 2023-11-17 10:44:49 -05:00
parent d13b71d327
commit 8e999f95f4
Failed to extract signature
2 changed files with 5 additions and 7 deletions

View file

@ -37,13 +37,8 @@ jobs:
with:
project_id: kontaindotme
- name: Terraform Plan
- name: Terraform Plan and Apply
run: |
terraform init
terraform plan -input=false -lock=false -out=plan.tmp
- name: Terraform Apply
run: terraform apply -auto-approve -input=false plan.tmp
- run: ./test.sh
terraform apply -auto-approve -input=false plan.tmp