Fediversity/.woodpecker/check-dns-ubuntu.yaml
Kiara Grouwstra d4c5fa5c9c
Some checks failed
ci/woodpecker/manual/check-data-model Pipeline failed
ci/woodpecker/manual/check-deployment-basic Pipeline failed
ci/woodpecker/manual/cd Pipeline failed
ci/woodpecker/manual/check-deployment-cli Pipeline failed
ci/woodpecker/manual/check-deployment-panel Pipeline failed
ci/woodpecker/manual/check-mastodon Pipeline failed
ci/woodpecker/manual/check-panel Pipeline failed
ci/woodpecker/manual/check-peertube Pipeline failed
ci/woodpecker/manual/check-pre-commit Pipeline failed
ci/woodpecker/manual/update Pipeline failed
ci/woodpecker/manual/check-dns-nixos Pipeline failed
ci/woodpecker/manual/check-dns-ubuntu Pipeline failed
apt-get update
2025-08-04 11:46:44 +02:00

16 lines
365 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 update
- 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