This commit is contained in:
parent
02b4b0893f
commit
359bff2647
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: apt-get update && apt-get install -y knot-dnsutils ssh-client
|
run: apt-get update && apt-get install -y knot-dnsutils ssh-client
|
||||||
|
- name: Check out repository code
|
||||||
|
uses: actions/checkout@v3
|
||||||
- name: Build catalog zone
|
- name: Build catalog zone
|
||||||
run: |
|
run: |
|
||||||
for zonefile in zones/*; do
|
for zonefile in zones/*; do
|
||||||
|
|
Loading…
Reference in a new issue