Fediversity/.woodpecker/check-dns-ubuntu.yaml
2025-08-04 14:40:27 +02:00

15 lines
342 B
YAML

skip_clone: true
when:
- event: manual
- event: pull_request
- event: push
branch: main
steps:
- name: check-dns-ubuntu
image: ubuntu
commands:
- apt-get install iputils-ping dnsutils git
- git clone -v https://git.fediversity.eu/kiara/Fediversity.git
- ping -v github.com
- dig +trace github.com