drone test

master
waifu 2 years ago
parent cdddaf177f
commit 72c9714bb3
  1. 10
      .drone.yml

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