Initial woodpeck pipeline
This commit is contained in:
parent
a9d7abbdd5
commit
202a60f091
10
.woodpecker.yml
Normal file
10
.woodpecker.yml
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
# .woodpecker.yml
|
||||||
|
pipeline:
|
||||||
|
build:
|
||||||
|
image: debian
|
||||||
|
commands:
|
||||||
|
- echo "This is the build step"
|
||||||
|
a-test-step:
|
||||||
|
image: debian
|
||||||
|
commands:
|
||||||
|
- echo "Testing.."
|
Loading…
Reference in New Issue
Block a user