.forgejo/workflows/ci.yaml: WIP
/ deploy_script (push) Successful in 1s Details

This commit is contained in:
Adrien Bourmault 2024-08-20 17:36:31 +02:00
parent a31ffb2f48
commit b58ae555b2
Signed by: neox
GPG Key ID: 57BC26A3687116F6
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ jobs:
"+++"*)
;;
"-"* | "+"*)
if [ ! -z CURRENT_ZONE ]; then
if [ ! -z $CURRENT_ZONE ]; then
if [[ $line == -* ]]; then # Enregistrement supprimé
RECORD=$(echo "$line" | sed 's/^-//')
echo "- $RECORD"