.forgejo/workflows/ci.yaml: WIP, preparing for nsupdate

This commit is contained in:
Adrien Bourmault 2024-08-20 15:24:23 +02:00
parent 055ae55744
commit 6e18cbe235
Signed by: neox
GPG Key ID: 57BC26A3687116F6
1 changed files with 0 additions and 3 deletions

View File

@ -9,9 +9,6 @@ jobs:
steps:
- name: Reload bind
shell: bash
environment:
TSIG_KEY: ${TSIG_KEY} # Clé TSIG stockée dans les secrets CI/CD
DNS_SERVER: ${DNS_SERVER} # Adresse du serveur DNS
run: |
git diff HEAD^ HEAD > zone_diff.txt
while IFS= read -r line; do