Add '.drone.yml'
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-08-16 19:00:15 +02:00
parent 5a6f930b34
commit 77f2439a53

11
.drone.yml Normal file
View File

@@ -0,0 +1,11 @@
---
kind: pipeline
type: docker
name: default
steps:
- name: firststep
image: alpine
commands:
- echo hello world
- cat README.md