Compare commits
1 Commits
8b39ee38bf
...
b2041b244a
| Author | SHA1 | Date | |
|---|---|---|---|
| b2041b244a |
@ -7,13 +7,17 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
runs-on: almalinux-8
|
runs-on: almalinux-8
|
||||||
container:
|
container:
|
||||||
image: git.query.consul/unkin/almalinux9-buildrunner:latest
|
image: git.query.consul/unkin/almalinux8-runnerdnd: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