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