From 4349dffbe5d09bbbbf4270e9c93e4a97c87c9c68 Mon Sep 17 00:00:00 2001 From: xiaoqidun Date: Fri, 11 Sep 2020 21:34:10 +0800 Subject: [PATCH] =?UTF-8?q?chore(=E8=87=AA=E5=8A=A8=E6=B5=8B=E8=AF=95):=20?= =?UTF-8?q?=E8=87=AA=E5=8A=A8=E6=B5=8B=E8=AF=95=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..471c8d2 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,10 @@ +kind: pipeline +type: docker +name: default + +steps: + - name: build + pull: if-not-exists + image: golang + commands: + - go build goini.go \ No newline at end of file