Actualiser .forgejo/workflows/ci.yaml
/ sync (push) Failing after 0s Details
/ deploiement (push) Has been skipped Details

This commit is contained in:
Adrien Bourmault 2023-11-30 18:45:03 +01:00
parent 25fd7fc38e
commit 5c161ea6c5
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ jobs:
echo "Cloned sucessfully from ${{ gitea.server_url }}/${{ gitea.repository }}"
cd dns
echo "We're in DNS"
echo "$(git diff-tree --no-commit-id --name-only -r main)"
echo "$(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 "" > /var/cache/bind/.modified