浏览代码

Add drone pipeline

master
当前提交
032df418f2
共有 1 个文件被更改,包括 9 次插入0 次删除
  1. +9
    -0
      .drone.yml

+ 9
- 0
.drone.yml 查看文件

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

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

正在加载...
取消
保存