Create .drone.yml

dev
Vladimir Kutkovoy 1 year ago
parent ce27b94a08
commit c3a2a72fb4
  1. 8
      .drone.yml

@ -0,0 +1,8 @@
name: drone-test
kind: pipeline
type: docker
steps:
- name: test
image: alpine
commands:
- echo "It worked!"
Loading…
Cancel
Save