From 06c4b5838acc09cca698f505eaceba614b1fbf19 Mon Sep 17 00:00:00 2001 From: Chatchai J Date: Wed, 28 Dec 2022 07:35:05 +0700 Subject: [PATCH] update drone, so it should not failed --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index fbb6be2..0aa31fd 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,5 +12,5 @@ steps: - name: run image: bash commands: - - ./hello + - [ -f ./hello ] && ./hello ...