From 77f2439a5374c8f7107b954883844046bf5b62d2 Mon Sep 17 00:00:00 2001 From: Kaladaran Date: Mon, 16 Aug 2021 19:00:15 +0200 Subject: [PATCH] Add '.drone.yml' --- .drone.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..e52f80d --- /dev/null +++ b/.drone.yml @@ -0,0 +1,11 @@ +--- +kind: pipeline +type: docker +name: default + +steps: +- name: firststep + image: alpine + commands: + - echo hello world + - cat README.md