diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml index 10b0277..97efef7 100644 --- a/.forgejo/workflows/ci.yaml +++ b/.forgejo/workflows/ci.yaml @@ -9,34 +9,35 @@ jobs: steps: - name: Reload bind shell: bash - run: git diff HEAD^ HEAD > zone_diff.txt - while IFS= read -r line; do - case "$line" in - "--- "*".zone") - CURRENT_ZONE=$(basename "$line" .zone | sed 's/--- //') - ;; - "+++"*) - ;; - "-"* | "+"*) - if [[ $line == -* ]]; then # Enregistrement supprimé - RECORD=$(echo "$line" | sed 's/^-//') - echo - $RECORD + run: echo OK +# run: git diff HEAD^ HEAD > zone_diff.txt +# while IFS= read -r line; do +# case "$line" in +# "--- "*".zone") +# CURRENT_ZONE=$(basename "$line" .zone | sed 's/--- //') +# ;; +# "+++"*) +# ;; +# "-"* | "+"*) +# if [[ $line == -* ]]; then # Enregistrement supprimé +# RECORD=$(echo "$line" | sed 's/^-//') +# echo - $RECORD # echo nsupdate -k $TSIG_KEY <