From 96f6e77fd223478433b5c01293227af24e1c8115 Mon Sep 17 00:00:00 2001 From: MX <10697207+xMasterX@users.noreply.github.com> Date: Tue, 27 Dec 2022 00:20:00 +0300 Subject: [PATCH] Fix builds --- .drone.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index d46354045..defde9435 100644 --- a/.drone.yml +++ b/.drone.yml @@ -244,8 +244,7 @@ steps: from_secret: dep_port command_timeout: 30s script: - - cd web/unleashedflip.com/public_html/fw/dev - - rm -f ./* + - cd web/unleashedflip.com/public_html/fw/dev && rm -f ./* - name: "Upload default to updates srv" image: appleboy/drone-scp