ソースを参照

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

読み込み中…
キャンセル
保存