From bfd69508077178eb9501e185cb1e01af7c8e687e Mon Sep 17 00:00:00 2001 From: Kiara Grouwstra Date: Mon, 4 Aug 2025 11:31:28 +0200 Subject: [PATCH] install first --- .woodpecker/check-dns.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.woodpecker/check-dns.yaml b/.woodpecker/check-dns.yaml index 18176333..86940c23 100644 --- a/.woodpecker/check-dns.yaml +++ b/.woodpecker/check-dns.yaml @@ -9,6 +9,7 @@ steps: - name: check-dns image: ubuntu commands: - - dig +trace github.com - ping -v github.com - git clone -v https://git.fediversity.eu/kiara/Fediversity.git + - sudo apt-get install dnsutils + - dig +trace github.com