From f913cb92bedabda53faf1225aac6341272b9be3e Mon Sep 17 00:00:00 2001 From: Chatchai J Date: Wed, 28 Dec 2022 11:57:26 +0700 Subject: [PATCH] test#2 --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index ca060dd..5d3e13b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,7 +4,8 @@ type: docker name: default steps: -- image: bash +- name: first + image: bash commands: - echo "hello" ...