Comment out hello world example in .woodpecker/maven.yml.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user