.forgejo/workflows/ci.yaml: WIP
DNS automated deployment / deploy (push) Failing after 2s Details

This commit is contained in:
Adrien Bourmault 2024-08-20 19:51:09 +02:00
parent 67bf4e7630
commit 9dbac6f65b
Signed by: neox
GPG Key ID: 57BC26A3687116F6
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ jobs:
;;
"+++"*)
;;
"-"* | "+"*)
"-"*IN* | "+"*IN*)
if [ ! -z $CURRENT_ZONE ]; then
if [[ $line == -* ]]; then # Enregistrement supprimé
RECORD=$(echo "$line" | sed 's/^-//' | sed "s/^\([^ ]\+\)\(\s\+\)\(IN\s\+\)\([^ ]\+\)\s.*/\1.${CURRENT_ZONE}.\2\3\4/")