.forgejo/workflows/ci.yaml: WIP, preparing for nsupdate
This commit is contained in:
parent
6e18cbe235
commit
b0a4b35a2a
|
@ -9,8 +9,7 @@ jobs:
|
|||
steps:
|
||||
- name: Reload bind
|
||||
shell: bash
|
||||
run: |
|
||||
git diff HEAD^ HEAD > zone_diff.txt
|
||||
run: git diff HEAD^ HEAD > zone_diff.txt
|
||||
while IFS= read -r line; do
|
||||
case "$line" in
|
||||
"--- "*".zone")
|
||||
|
|
Loading…
Reference in New Issue