woodpecker-test/.woodpecker.yml

9 lines
135 B
YAML
Raw Normal View History

2022-11-06 20:48:20 +01:00
# .woodpecker.yml
pipeline:
build:
2022-11-07 13:00:43 +01:00
image: debian
2022-11-06 20:48:20 +01:00
commands:
2022-11-07 13:04:14 +01:00
- touch lol.txt
2022-11-07 13:05:21 +01:00
- ls -l
when:
branch: master