Added drone config file
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-02-13 21:19:47 +01:00
parent fb96d9291f
commit b5e2a1312b
+10
View File
@@ -0,0 +1,10 @@
kind: pipeline
type: docker
name: default
steps:
- name: greeting
image: alpine:3.15.0
commands:
- echo hello
- echo world