From 21fddf5a9846e5526c363a89a163562e8c0e15e4 Mon Sep 17 00:00:00 2001 From: starcalc Date: Tue, 6 Sep 2022 20:46:51 +0200 Subject: [PATCH] =?UTF-8?q?chmod=20fr=C3=BCher?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 9a0dc3e..7a11dd2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -22,6 +22,7 @@ steps: - platformio run --environment d1_mini - | chmod u+x ./configurefs.sh + chmod u+x ./uploadfs.sh ./configurefs.sh - name: upload image image: curlimages/curl @@ -39,9 +40,7 @@ steps: image: curlimages/curl commands: - ls -lA . - - | - chmod u+x ./uploadfs.sh - ./uploadfs.sh + - ./uploadfs.sh environment: IOTSSID: from_secret: iotssid