This commit is contained in:
jusax23 2022-11-06 20:48:20 +01:00
parent 5bf0903cf7
commit e461359896

10
woodpecker.yml Normal file
View file

@ -0,0 +1,10 @@
# .woodpecker.yml
pipeline:
build:
image: node:18
commands:
- touch myfile
a-test-step:
image: debian
commands:
- cat myfile