test
This commit is contained in:
11
.woodpecker/test-pipeline.yml
Normal file
11
.woodpecker/test-pipeline.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: test-manual
|
||||
when:
|
||||
event: [manual, push]
|
||||
|
||||
steps:
|
||||
- name: echo
|
||||
image: alpine
|
||||
commands:
|
||||
- echo "Manual trigger works!"
|
||||
Reference in New Issue
Block a user