Compare commits
1 Commits
b2041b244a
...
8b39ee38bf
| Author | SHA1 | Date | |
|---|---|---|---|
| 8b39ee38bf |
@ -7,17 +7,13 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
runs-on: almalinux-8
|
runs-on: almalinux-8
|
||||||
container:
|
container:
|
||||||
image: git.query.consul/unkin/almalinux8-runnerdnd:latest
|
image: git.query.consul/unkin/almalinux9-buildrunner:latest
|
||||||
options: --privileged
|
options: --privileged
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Install Terraform/Terragrunt
|
|
||||||
run: |
|
|
||||||
dnf install terraform terragrunt -y
|
|
||||||
|
|
||||||
- name: Run Terraform Plan
|
- name: Run Terraform Plan
|
||||||
run: |
|
run: |
|
||||||
make plan
|
make plan
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user