cups/.drone.yml

9 lines
158 B
YAML
Raw Normal View History

2019-02-15 11:37:31 +01:00
# test comment
pipeline:
test:
2019-02-09 14:50:21 +01:00
image: alpine
commands:
2019-02-15 11:37:31 +01:00
- echo "********"
- "echo 'drone: is awesome' > test2.txt"
- cat test2.txt