forked from fediversity/fediversity
replaces images
This commit is contained in:
parent
34e8b52a28
commit
950f7bc8a1
2 changed files with 6 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue