From 309b0afac6043ece2cb975b0228b816cf3c5af16 Mon Sep 17 00:00:00 2001 From: Adrien Bourmault Date: Thu, 30 Nov 2023 18:54:05 +0100 Subject: [PATCH] Actualiser .forgejo/workflows/ci.yaml --- .forgejo/workflows/ci.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml index e759da3..95f31f6 100644 --- a/.forgejo/workflows/ci.yaml +++ b/.forgejo/workflows/ci.yaml @@ -13,7 +13,7 @@ jobs: git clone ${{ gitea.server_url }}/${{ gitea.repository }} dns echo "Cloned sucessfully from ${{ gitea.server_url }}/${{ gitea.repository }}" cd dns - echo "We're in DNS" + echo "" > /var/cache/bind/.modified if [ -z $(git diff-tree --no-commit-id --name-only -r main | grep '*.zone') ]; then exit 0 @@ -21,7 +21,6 @@ jobs: files=$(git diff-tree --no-commit-id --name-only -r main | grep '*.zone') echo "Have to test $files" - echo "" > /var/cache/bind/.modified for file in $files do