Actualiser .forgejo/workflows/ci.yaml
This commit is contained in:
parent
10d321020c
commit
25fd7fc38e
|
@ -14,6 +14,7 @@ jobs:
|
||||||
echo "Cloned sucessfully from ${{ gitea.server_url }}/${{ gitea.repository }}"
|
echo "Cloned sucessfully from ${{ gitea.server_url }}/${{ gitea.repository }}"
|
||||||
cd dns
|
cd dns
|
||||||
echo "We're in DNS"
|
echo "We're in DNS"
|
||||||
|
echo "$(git diff-tree --no-commit-id --name-only -r main)"
|
||||||
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"
|
echo "Have to test $files"
|
||||||
echo "" > /var/cache/bind/.modified
|
echo "" > /var/cache/bind/.modified
|
||||||
|
|
Loading…
Reference in New Issue