Add .woodpecker/pipeline.yaml
All checks were successful
ci/woodpecker/push/pipeline Pipeline was successful
All checks were successful
ci/woodpecker/push/pipeline Pipeline was successful
This commit is contained in:
9
.woodpecker/pipeline.yaml
Normal file
9
.woodpecker/pipeline.yaml
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
when:
|
||||||
|
- event: push
|
||||||
|
branch: main
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: build
|
||||||
|
image: debian
|
||||||
|
commands:
|
||||||
|
- echo "This is the build step"
|
Reference in New Issue
Block a user