From ce4cb6c60bf858f6333976ef0f11555433eb0df3 Mon Sep 17 00:00:00 2001 From: "Timofey.Kovalev" Date: Fri, 11 Jun 2021 13:09:20 +0300 Subject: [PATCH] add drone file --- .drone.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..8a16f5c --- /dev/null +++ b/.drone.yml @@ -0,0 +1,13 @@ +--- +kind: pipeline +type: exec +name: default + +platform: + os: linux + arch: amd64 + +steps: + - name: build + commands: + - go build \ No newline at end of file