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

This commit is contained in:
Adrien Bourmault 2023-11-30 18:59:22 +01:00
parent 309b0afac6
commit 0edae7e41b
1 changed files with 1 additions and 1 deletions

View File

@ -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))