Actualiser .forgejo/workflows/ci.yaml
This commit is contained in:
parent
309b0afac6
commit
0edae7e41b
|
@ -44,7 +44,7 @@ jobs:
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
echo Recherche de zones déployées
|
echo Recherche de zones déployées
|
||||||
cd /var/cache/bind/.modified
|
cd /var/cache/bind
|
||||||
files=$(cat /var/cache/bind/.modified)
|
files=$(cat /var/cache/bind/.modified)
|
||||||
count=$(cat /var/cache/bind/.modified | wc -l)
|
count=$(cat /var/cache/bind/.modified | wc -l)
|
||||||
linecount=$(( count * 5 + 3))
|
linecount=$(( count * 5 + 3))
|
||||||
|
|
Loading…
Reference in New Issue