replaces images

This commit is contained in:
Kiara Grouwstra 2025-08-04 12:12:52 +02:00
parent 34e8b52a28
commit 950f7bc8a1
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU
2 changed files with 6 additions and 8 deletions

View file

@ -7,8 +7,8 @@ when:
steps:
- name: check-dns-nixos
image: nixos/nix
image: nixery.dev/dig/git/unixtools.ping
commands:
- nix-shell -p unixtools.ping --run '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'
- ping -v github.com
- dig +trace github.com
- git clone -v https://git.fediversity.eu/kiara/Fediversity.git

View file

@ -7,10 +7,8 @@ when:
steps:
- name: check-dns-ubuntu
image: ubuntu
image: arunvelsriram/utils
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
- git clone -v https://git.fediversity.eu/kiara/Fediversity.git