forked from fediversity/fediversity
rm debugging pipelines
This commit is contained in:
parent
c248ef0d98
commit
c2a3eb967c
2 changed files with 0 additions and 28 deletions
|
|
@ -1,14 +0,0 @@
|
|||
skip_clone: true
|
||||
when:
|
||||
- event: manual
|
||||
- event: pull_request
|
||||
- event: push
|
||||
branch: main
|
||||
|
||||
steps:
|
||||
- name: check-dns-nixos
|
||||
image: nixery.dev/coreutils/dig/git/unixtools.ping
|
||||
commands:
|
||||
- ping -v github.com
|
||||
- dig +trace github.com
|
||||
- git clone -v https://git.fediversity.eu/kiara/Fediversity.git
|
||||
|
|
@ -1,14 +0,0 @@
|
|||
skip_clone: true
|
||||
when:
|
||||
- event: manual
|
||||
- event: pull_request
|
||||
- event: push
|
||||
branch: main
|
||||
|
||||
steps:
|
||||
- name: check-dns-ubuntu
|
||||
image: arunvelsriram/utils
|
||||
commands:
|
||||
- dig +trace github.com # communications error to 10.88.0.1#53: timed out
|
||||
- sudo ping -v github.com
|
||||
- git clone -v https://git.fediversity.eu/kiara/Fediversity.git
|
||||
Loading…
Add table
Reference in a new issue