From ab761bc6d541c1897cedaa02f111d675ad18f2e9 Mon Sep 17 00:00:00 2001 From: Chatchai J Date: Wed, 28 Dec 2022 11:56:10 +0700 Subject: [PATCH] test --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index a26e57f..ca060dd 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,7 +4,7 @@ type: docker name: default steps: - image: curlimages/curl:latest +- image: bash commands: - - "http://cc2.cjv6.net:7777/nequsajifa" + - echo "hello" ...