fej/.drone.yml

7 lines
112 B
YAML
Raw Normal View History

2021-04-24 00:20:20 +02:00
pipeline:
first-test:
image: alpine
commands:
- echo "woodpecker is very cool"
2021-04-24 00:27:43 +02:00