From c495280ba70c65c3ffcf4c8e38a348363b47cbed Mon Sep 17 00:00:00 2001 From: PiyushXCoder Date: Tue, 19 Dec 2023 15:51:07 +0530 Subject: [PATCH] test 1 --- .drone.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..2eb5274 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,9 @@ +kind: pipeline +name: default + +steps: +- name: test + image: alpine + commands: + - echo hello bhai log +