Add .drone.yml

Alinson S. Xavier 3 years ago
parent e76025eb90
commit 01f0f8dfd1

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