Debug some more
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
This commit is contained in:
parent
832ee2646d
commit
55f280aae1
11
.drone.yml
11
.drone.yml
|
@ -13,10 +13,13 @@ steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: eclipse/platformio
|
image: eclipse/platformio
|
||||||
commands:
|
commands:
|
||||||
- sed -i data/homie/config.json "s/WIFISSID/$IOTSSID/"
|
- pwd
|
||||||
- sed -i data/homie/config.json "s/WIFIPASS/$iotpwd/"
|
- ls -lA
|
||||||
- sed -i data/homie/config.json "s/HOSTNAME/$hostname/g"
|
- find .
|
||||||
- sed -i data/homie/config.json "s/HOSTNAME/$hostname/g"
|
- sed -i "s/WIFISSID/$IOTSSID/" /home/user/data/homie/config.json
|
||||||
|
- sed -i "s/WIFIPASS/$iotpwd/" /home/user/data/homie/config.json
|
||||||
|
- sed -i "s/HOSTNAME/$hostname/g" /home/user/data/homie/config.json
|
||||||
|
- sed -i "s/HOSTNAME/$hostname/g" /home/user/data/homie/config.json
|
||||||
- lastknownip=$(cat lastknownip)
|
- lastknownip=$(cat lastknownip)
|
||||||
# - pip install -U platformio
|
# - pip install -U platformio
|
||||||
# Build image
|
# Build image
|
||||||
|
|
Loading…
Reference in New Issue