Actualiser .forgejo/workflows/ci.yaml
/ sync (push) Successful in 1s Details
/ deploiement (push) Successful in 0s Details

This commit is contained in:
Adrien Bourmault 2024-04-24 14:59:32 +02:00
parent 0188f38ed6
commit 4f54a5fef1
1 changed files with 2 additions and 1 deletions

View File

@ -50,7 +50,8 @@ jobs:
files=$(cat /var/cache/bind/.modified)
if [ -z $files ]; then
exit 0
echo Aucune zone déployée
exit 0
fi
for zone_name in $files; do