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