Actualiser .forgejo/workflows/ci.yaml
/ sync (push) Failing after 1s Details
/ tests-and-sync (push) Failing after 0s Details
/ deploiement (push) Failing after 0s Details

This commit is contained in:
Adrien Bourmault 2023-10-25 00:55:43 +02:00
parent 44e18e9161
commit 2ff347b1c4
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ jobs:
for file in $files
do
domain=$(echo $file | sed "s/.zone//g")
/usr/sbin/named-checkzone "$domain" "$file" || exit 2
/usr/sbin/named-checkzone "$domain" "$file" || exit 2 && echo "Error on file $file"
done
echo $(git diff-tree --no-commit-id --name-only -r main | grep "*.zone") > /var/cache/bind/.modified