jdk21-builder/.woodpecker/publish.yaml
Michael N. Lipp fb75ba3147
Some checks failed
ci/woodpecker/push/publish Pipeline failed
Test.
2025-08-09 14:16:42 +02:00

13 lines
No EOL
149 B
YAML

when:
- event: push
branch: main
skip_clone: true
steps:
- name: build
image: debian
commands:
- echo "First step"
# - podman build .