From fc40d0b6a584a4ee7fd155b59ffaa7651318c80f Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 16 Jan 2023 00:26:43 +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 small fix --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 77daae8..b07d9a0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -28,7 +28,7 @@ steps: port: 22 command_timeout: 2m script: - - if [ ! -f ~/tox_source ]; then mkdir ~/tox_source; fi + - if [ ! -d ~/tox_source ]; then mkdir ~/tox_source; fi - name: copy files image: appleboy/drone-scp