Files
TestCI/.drone.yml
Kaladaran 77f2439a53
All checks were successful
continuous-integration/drone/push Build is passing
Add '.drone.yml'
2021-08-16 19:00:15 +02:00

12 lines
139 B
YAML

---
kind: pipeline
type: docker
name: default
steps:
- name: firststep
image: alpine
commands:
- echo hello world
- cat README.md