From d1cb40f6798b034d1d6ac98bc6915dec8d25bf1e Mon Sep 17 00:00:00 2001 From: Dmitry Belyaev Date: Wed, 12 Oct 2022 10:33:36 +0000 Subject: [PATCH] add .drone.yml --- .drone.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..2862ecc --- /dev/null +++ b/.drone.yml @@ -0,0 +1,12 @@ +kind: pipeline +name: default + +platform: + os: linux + arch: amd64 + +steps: +- name: hello + image: docker.io/busybox:latest + commands: + - echo "Hello world"