Replace Maven CI pipeline with a simple "Hello World" workflow in .woodpecker.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
when:
|
||||
- event: push
|
||||
branch: main
|
||||
|
||||
steps: hello
|
||||
- name: hello
|
||||
image: alpine
|
||||
commands:
|
||||
- echo "Hello World!"
|
||||
Reference in New Issue
Block a user