Browse Source

Add drone pipeline

master
commit
032df418f2
1 changed files with 9 additions and 0 deletions
  1. +9
    -0
      .drone.yml

+ 9
- 0
.drone.yml View File

@@ -0,0 +1,9 @@
kind: pipeline
name: hello-world
type: docker

steps:
- name: say-hello
image: busybox
commands:
- echo hello-world

Loading…
Cancel
Save