Fediversity/.woodpecker/check-dns-ubuntu.yaml
2025-08-04 12:44:52 +02:00

14 lines
360 B
YAML

skip_clone: true
when:
- event: manual
- event: pull_request
- event: push
branch: main
steps:
- name: check-dns-ubuntu
image: arunvelsriram/utils
commands:
- 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