rm debugging pipelines
Some checks failed
ci/woodpecker/manual/check-data-model Pipeline failed
ci/woodpecker/manual/cd Pipeline failed
ci/woodpecker/manual/check-deployment-cli Pipeline failed
ci/woodpecker/manual/check-deployment-basic Pipeline failed
ci/woodpecker/manual/check-deployment-panel Pipeline failed
ci/woodpecker/manual/check-panel Pipeline failed
ci/woodpecker/manual/check-mastodon Pipeline failed
ci/woodpecker/manual/check-peertube Pipeline failed
ci/woodpecker/manual/update Pipeline failed
ci/woodpecker/manual/check-pre-commit Pipeline failed

This commit is contained in:
Kiara Grouwstra 2025-08-04 12:52:40 +02:00
parent 18ca0ca042
commit a32babf80c
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU
2 changed files with 0 additions and 28 deletions

View file

@ -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

View file

@ -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