Compare commits

...

1 Commits

Author SHA1 Message Date
Alinson S. Xavier d42b9c417e Add .drone.yml
continuous-integration/drone/push Build is passing Details
3 years ago

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