forked from fediversity/fediversity
install ping
This commit is contained in:
parent
6284a2dd0e
commit
7ade964c36
1 changed files with 1 additions and 1 deletions
|
|
@ -9,6 +9,6 @@ steps:
|
||||||
- name: check-dns-nixos
|
- name: check-dns-nixos
|
||||||
image: nixos/nix
|
image: nixos/nix
|
||||||
commands:
|
commands:
|
||||||
- ping -v github.com
|
- nix-shell -p ping --run 'ping -v github.com'
|
||||||
- nix-shell -p dig --run 'dig +trace 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'
|
- nix-shell -p git --run 'git clone -v https://git.fediversity.eu/kiara/Fediversity.git'
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue