Actualiser .forgejo/workflows/ci.yaml
This commit is contained in:
parent
0188f38ed6
commit
4f54a5fef1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue