Adding drone config
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
2022-03-23 22:52:33 +01:00
parent 0eaace4912
commit be33a9a5f9

10
.drone.yml Normal file
View File

@@ -0,0 +1,10 @@
kind: pipeline
type: docker
name: Hello World test
steps:
- name: greeting
image: alpine
commands:
- echo hello
- echo world