test first workflow
This commit is contained in:
parent
f70169bad1
commit
5398bfb09d
1 changed files with 10 additions and 0 deletions
10
.woodpecker/test.yaml
Normal file
10
.woodpecker/test.yaml
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
when:
|
||||||
|
- event: push
|
||||||
|
branch: main
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: build
|
||||||
|
image: debian
|
||||||
|
commands:
|
||||||
|
- echo "This is the build step"
|
||||||
|
- echo "binary-data-123" > executable
|
||||||
Loading…
Add table
Reference in a new issue