From d769526dca5fe2e24e514cd664067dd37498b705 Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 16 Jan 2023 00:24:23 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8=D0=BB(?= =?UTF-8?q?=D0=B0)=20=D0=BD=D0=B0=20'.drone.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix one stage --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 673e023..77daae8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -28,7 +28,7 @@ steps: port: 22 command_timeout: 2m script: - - if [ ! -f /path/to/file ] then mkdir ~/tox_source fi + - if [ ! -f ~/tox_source ]; then mkdir ~/tox_source; fi - name: copy files image: appleboy/drone-scp