diff --git a/.woodpecker/check-dns-ubuntu.yaml b/.woodpecker/check-dns-ubuntu.yaml index 8eff2d05..ba3d2aea 100644 --- a/.woodpecker/check-dns-ubuntu.yaml +++ b/.woodpecker/check-dns-ubuntu.yaml @@ -7,8 +7,8 @@ when: steps: - name: check-dns-ubuntu - image: alpine/git + image: arunvelsriram/utils commands: - # - dig +trace github.com # communications error to 10.88.0.1#53: timed out - - git clone -v https://git.fediversity.eu/kiara/Fediversity.git + - dig +trace github.com # communications error to 10.88.0.1#53: timed out - sudo ping -v github.com + - git clone -v https://git.fediversity.eu/kiara/Fediversity.git