This repository has been archived on 2024-10-26. You can view files and clone it, but cannot push or open issues or pull requests.
cups/.drone.yml

9 lines
158 B
YAML
Raw Normal View History

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