jdk21-builder/.woodpecker/publish.yaml

13 lines
148 B
YAML
Raw Normal View History

2025-08-09 13:30:30 +02:00
when:
- event: push
branch: main
2025-08-09 13:38:36 +02:00
skip_clone: true
2025-08-09 13:30:30 +02:00
steps:
- name: build
2025-08-09 13:42:39 +02:00
image: debian
2025-08-09 13:30:30 +02:00
commands:
2025-08-09 13:36:56 +02:00
- echo "First step"
# - podman build .