.forgejo/workflows/ci.yaml: WIP
/ deploy_script (push) Successful in 1s
Details
/ deploy_script (push) Successful in 1s
Details
This commit is contained in:
parent
a31ffb2f48
commit
b58ae555b2
|
@ -27,7 +27,7 @@ jobs:
|
||||||
"+++"*)
|
"+++"*)
|
||||||
;;
|
;;
|
||||||
"-"* | "+"*)
|
"-"* | "+"*)
|
||||||
if [ ! -z CURRENT_ZONE ]; then
|
if [ ! -z $CURRENT_ZONE ]; then
|
||||||
if [[ $line == -* ]]; then # Enregistrement supprimé
|
if [[ $line == -* ]]; then # Enregistrement supprimé
|
||||||
RECORD=$(echo "$line" | sed 's/^-//')
|
RECORD=$(echo "$line" | sed 's/^-//')
|
||||||
echo "- $RECORD"
|
echo "- $RECORD"
|
||||||
|
|
Loading…
Reference in New Issue