thesandwi.ch/.woodpecker.yml
Isaac Mills 9f25909da0
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Troubleshoot CI
2025-12-09 17:16:05 -07:00

11 lines
230 B
YAML

skip_clone: true
steps:
build:
image: debian:stable-backports
commands:
- apt update
- apt install -y inetutils-ping wget
- ping -c 4 git.nations.lol
- wget git.nations.lol
- sleep 9999999