consolecommands/.drone.yml
Stefan Härter e4fa138b25
All checks were successful
continuous-integration/drone/push Build is passing
Adding first test pipeline.
2023-06-14 19:22:54 +02:00

10 lines
126 B
YAML

---
kind: pipeline
name: default
steps:
- name: test
image: perl
commands:
- perl -e 'print "Hello World\n"'