瀏覽代碼

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

Loading…
取消
儲存