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 branch: develop
steps: steps:
- name: hello # - name: hello
image: alpine # image: alpine
commands: # commands:
- echo "Hello World!" # - echo "Hello World!"
- name: maven verify - name: maven verify
image: maven:3-amazoncorretto-17-alpine image: maven:3-amazoncorretto-17-alpine