From 99bba257c4bfbb304ca23821d53e6a3621dcaa78 Mon Sep 17 00:00:00 2001 From: starcalc Date: Wed, 22 Jun 2022 22:17:18 +0200 Subject: [PATCH] To compile, everything in this dir must be writeable --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index ad5cf03..0aa9377 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,7 +13,7 @@ steps: - name: build image: eclipse/platformio commands: - - sudo chmod -R a+rwx data + - sudo chmod -R a+rwx . - ls -lA - find . - sed -i "s/WIFISSID/$IOTSSID/" data/homie/config.json