From b2d8a3ed413a190584684031e2fddd36c4e9f695 Mon Sep 17 00:00:00 2001 From: Chatchai J Date: Wed, 28 Dec 2022 06:50:34 +0700 Subject: [PATCH] drone test #2 --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index c335b0f..fbb6be2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,5 +12,5 @@ steps: - name: run image: bash commands: - - echo HELLO WORLD + - ./hello ...