add .drone.yml
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
lab 2021-12-04 14:57:01 +08:00
parent 1a022c9908
commit 231ee6b1c7

10
.drone.yml Normal file
View File

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