.forgejo/workflows/ci.yaml: WIP
DNS automated deployment / deploy (push) Failing after 2s
Details
DNS automated deployment / deploy (push) Failing after 2s
Details
This commit is contained in:
parent
67bf4e7630
commit
9dbac6f65b
|
@ -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/")
|
||||
|
|
Loading…
Reference in New Issue