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