Actualiser .forgejo/workflows/ci.yaml
This commit is contained in:
parent
0edae7e41b
commit
76d3958c5b
|
@ -46,6 +46,11 @@ jobs:
|
||||||
echo Recherche de zones déployées
|
echo Recherche de zones déployées
|
||||||
cd /var/cache/bind
|
cd /var/cache/bind
|
||||||
files=$(cat /var/cache/bind/.modified)
|
files=$(cat /var/cache/bind/.modified)
|
||||||
|
|
||||||
|
if [ -z $files ]; then
|
||||||
|
exit 0
|
||||||
|
fi
|
||||||
|
|
||||||
count=$(cat /var/cache/bind/.modified | wc -l)
|
count=$(cat /var/cache/bind/.modified | wc -l)
|
||||||
linecount=$(( count * 5 + 3))
|
linecount=$(( count * 5 + 3))
|
||||||
echo "Vérification des zones $files..."
|
echo "Vérification des zones $files..."
|
||||||
|
|
Loading…
Reference in New Issue