test
This commit is contained in:
parent
5bf0903cf7
commit
e461359896
1 changed files with 10 additions and 0 deletions
10
woodpecker.yml
Normal file
10
woodpecker.yml
Normal file
|
@ -0,0 +1,10 @@
|
|||
# .woodpecker.yml
|
||||
pipeline:
|
||||
build:
|
||||
image: node:18
|
||||
commands:
|
||||
- touch myfile
|
||||
a-test-step:
|
||||
image: debian
|
||||
commands:
|
||||
- cat myfile
|
Loading…
Reference in a new issue