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

This commit is contained in:
Adrien Bourmault 2023-11-30 18:39:59 +01:00
parent 098ca5a507
commit 10d321020c
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ jobs:
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 cd dns
echo "We're in 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