From c000ec4680b58a0ca118511ad47f9e216891723e Mon Sep 17 00:00:00 2001 From: Chatchai J Date: Wed, 28 Dec 2022 06:46:57 +0700 Subject: [PATCH] drone test #1 --- .drone.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.drone.yml b/.drone.yml index 811f10f..c335b0f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,4 +8,9 @@ steps: image: gcc commands: - make + +- name: run + image: bash + commands: + - echo HELLO WORLD ...