From 127b2bb0b194bdeadb9136f797a187d3258d4c8f Mon Sep 17 00:00:00 2001 From: Kiara Grouwstra Date: Mon, 4 Aug 2025 11:22:25 +0200 Subject: [PATCH] debug by dns job --- .woodpecker/check-dns.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.woodpecker/check-dns.yaml b/.woodpecker/check-dns.yaml index a4880086..f1e296e2 100644 --- a/.woodpecker/check-dns.yaml +++ b/.woodpecker/check-dns.yaml @@ -7,5 +7,8 @@ when: steps: - name: check-dns image: ubuntu + skip_clone: true commands: - - ping github.com + - dig +trace github.com + - ping -v github.com + - git clone -v https://git.fediversity.eu/kiara/Fediversity.git