Add .drone.yml
continuous-integration/drone/push Build is passing Details

feature/drone
Alinson S. Xavier 3 years ago
parent e76025eb90
commit d42b9c417e

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