ubuntu vs nixos
Some checks failed
ci/woodpecker/manual/check-deployment-cli Pipeline failed
ci/woodpecker/manual/check-deployment-basic Pipeline failed
ci/woodpecker/manual/check-data-model Pipeline failed
ci/woodpecker/manual/cd Pipeline failed
ci/woodpecker/manual/check-dns-ubuntu Pipeline failed
ci/woodpecker/manual/check-dns-nixos 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-pre-commit Pipeline failed
ci/woodpecker/manual/update Pipeline failed
ci/woodpecker/manual/check-peertube Pipeline failed

This commit is contained in:
Kiara Grouwstra 2025-08-04 11:36:46 +02:00
parent 1686a87905
commit d6ad6ced66
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU
2 changed files with 17 additions and 3 deletions

View file

@ -0,0 +1,14 @@
skip_clone: true
when:
- event: manual
- event: pull_request
- event: push
branch: main
steps:
- name: check-dns-nixos
image: nixos/nix
commands:
- ping -v github.com
- nix-shell -p dig --run 'dig +trace github.com'
- nix-shell -p git --run 'git clone -v https://git.fediversity.eu/kiara/Fediversity.git'

View file

@ -6,10 +6,10 @@ when:
branch: main
steps:
- name: check-dns
- name: check-dns-ubuntu
image: ubuntu
commands:
- ping -v github.com
- git clone -v https://git.fediversity.eu/kiara/Fediversity.git
- sudo apt-get install dnsutils
- sudo apt-get install iputils-ping dnsutils
- ping -v github.com
- dig +trace github.com