Actualiser .forgejo/workflows/ci.yaml
This commit is contained in:
parent
216472eeea
commit
c1d823cc4c
|
@ -15,12 +15,11 @@ jobs:
|
|||
cd dns
|
||||
echo "" > /var/cache/bind/.modified
|
||||
|
||||
if [ -z $(git diff-tree --no-commit-id --name-only -r main | grep '*.zone') ]; then
|
||||
if [ -z $(git diff-tree --no-commit-id --name-only -r main | grep zone) ]; then
|
||||
exit 0
|
||||
fi
|
||||
|
||||
files=$(git diff-tree --no-commit-id --name-only -r main | grep '*.zone')
|
||||
echo "Have to test $files"
|
||||
files=$(git diff-tree --no-commit-id --name-only -r main | grep zone)
|
||||
|
||||
for file in $files
|
||||
do
|
||||
|
|
Loading…
Reference in New Issue