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

This commit is contained in:
Adrien Bourmault 2023-10-25 00:55:43 +02:00
parent 44e18e9161
commit 2ff347b1c4

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