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

This commit is contained in:
2022-08-11 08:07:05 -05:00
parent e76025eb90
commit ce14de97e0

13
.drone.yml Normal file
View File

@@ -0,0 +1,13 @@
kind: pipeline
type: exec
name: default
platform:
os: linux
arch: amd64
steps:
- name: greeting
commands:
- echo hello world