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
|
||||
image: eclipse/platformio
|
||||
commands:
|
||||
- sed -i data/homie/config.json "s/WIFISSID/$IOTSSID/"
|
||||
- sed -i data/homie/config.json "s/WIFIPASS/$iotpwd/"
|
||||
- sed -i data/homie/config.json "s/HOSTNAME/$hostname/g"
|
||||
- sed -i data/homie/config.json "s/HOSTNAME/$hostname/g"
|
||||
- pwd
|
||||
- ls -lA
|
||||
- find .
|
||||
- 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)
|
||||
# - pip install -U platformio
|
||||
# Build image
|
||||
|
|
Loading…
Reference in New Issue