Fediversity/.woodpecker/check-dns.yaml
Kiara Grouwstra 1686a87905
Some checks failed
ci/woodpecker/manual/check-data-model Pipeline failed
ci/woodpecker/manual/check-deployment-cli Pipeline failed
ci/woodpecker/manual/cd Pipeline failed
ci/woodpecker/manual/check-deployment-basic Pipeline failed
ci/woodpecker/manual/check-dns Pipeline failed
ci/woodpecker/manual/check-deployment-panel Pipeline failed
ci/woodpecker/manual/check-peertube Pipeline failed
ci/woodpecker/manual/check-mastodon Pipeline failed
ci/woodpecker/manual/check-panel Pipeline failed
ci/woodpecker/manual/check-pre-commit Pipeline failed
ci/woodpecker/manual/update Pipeline failed
install first
2025-08-04 11:31:28 +02:00

15 lines
323 B
YAML

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