add drone yaml

master
laiiihz 4 years ago
parent 2376720e12
commit 56df134099

@ -0,0 +1,10 @@
kind: pipeline
type: docker
name: default
steps:
- name: greeting
image: alpine
commands:
- echo hello
- echo world
Loading…
Cancel
Save