Comment out hello world example in .woodpecker/maven.yml.

This commit is contained in:
2026-03-10 19:21:33 +01:00
parent 4e7b3b9bdb
commit 60005d7d6e
+4 -4
View File
@@ -4,10 +4,10 @@ when:
branch: develop
steps:
- name: hello
image: alpine
commands:
- echo "Hello World!"
# - name: hello
# image: alpine
# commands:
# - echo "Hello World!"
- name: maven verify
image: maven:3-amazoncorretto-17-alpine