From 32ab86050bc221c25624c1ea06aa4a83b857f11d Mon Sep 17 00:00:00 2001 From: Jens True Date: Fri, 29 Mar 2019 17:04:57 +0100 Subject: [PATCH] Fixing paths for Unix --- .drone.yml | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 427b6db..7e78b0d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,5 +7,5 @@ steps: commands: - apt-get -y update && apt-get -y install git python-pip cloc && pip install platformio - pio run - - cloc --by-file --xml --out=.test/cloc.xml src include + - cloc --by-file --xml --out=.test/cloc.xml src - make otaupload \ No newline at end of file diff --git a/Makefile b/Makefile index b775043..dd7971b 100644 --- a/Makefile +++ b/Makefile @@ -2,4 +2,4 @@ build: pio run otaupload: - python .piolibdeps\Homie\scripts\ota_updater\ota_updater.py -l mqtt.jcktrue.dk -i 18fe34f2f987 .pioenvs\nodemcu\firmware.bin \ No newline at end of file + python .piolibdeps/Homie/scripts/ota_updater/ota_updater.py -l mqtt.jcktrue.dk -i 18fe34f2f987 .pioenvs/nodemcu/firmware.bin \ No newline at end of file