cups/.drone.yml
Robert Kaussow 07ac5bb7fc
All checks were successful
continuous-integration/drone/push Build is passing
testing
2019-02-15 11:37:31 +01:00

9 lines
158 B
YAML

# test comment
pipeline:
test:
image: alpine
commands:
- echo "********"
- "echo 'drone: is awesome' > test2.txt"
- cat test2.txt