jdk21-builder/.woodpecker/publish.yaml
Michael N. Lipp 217442576b
All checks were successful
ci/woodpecker/push/publish Pipeline was successful
Test.
2025-08-09 16:40:12 +02:00

12 lines
148 B
YAML

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