where is the data dir
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
This commit is contained in:
parent
55f280aae1
commit
defc5c7baa
|
@ -16,10 +16,10 @@ steps:
|
|||
- 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
|
||||
- sed -i "s/WIFISSID/$IOTSSID/" data/homie/config.json
|
||||
- sed -i "s/WIFIPASS/$iotpwd/" data/homie/config.json
|
||||
- sed -i "s/HOSTNAME/$hostname/g" data/homie/config.json
|
||||
- sed -i "s/HOSTNAME/$hostname/g" data/homie/config.json
|
||||
- lastknownip=$(cat lastknownip)
|
||||
# - pip install -U platformio
|
||||
# Build image
|
||||
|
|
Loading…
Reference in New Issue