Actualiser .forgejo/workflows/ci.yaml
This commit is contained in:
parent
0d64f57cdf
commit
098ca5a507
|
@ -12,6 +12,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
git clone ${{ gitea.server_url }}/${{ gitea.repository }} dns
|
git clone ${{ gitea.server_url }}/${{ gitea.repository }} dns
|
||||||
echo "Cloned sucessfully from ${{ gitea.server_url }}/${{ gitea.repository }}"
|
echo "Cloned sucessfully from ${{ gitea.server_url }}/${{ gitea.repository }}"
|
||||||
|
cd dns
|
||||||
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