test-test/.woodpecker.yaml
Tom Neuber 53bc20df5f
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
chore(ci): add ci to debug docker backend
2025-03-11 19:45:31 +01:00

13 lines
204 B
YAML

---
labels:
backend: docker
skip_clone: true
steps:
- name: awx
image: curlimages/curl
commands:
- "curl -k -X GET https://tom.neuber.io/"
when:
- branch: main
event:
- push