case?
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
This commit is contained in:
parent
e76b0a43de
commit
fc8e09d989
|
@ -6,7 +6,7 @@ steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: python:3.10
|
image: python:3.10
|
||||||
commands:
|
commands:
|
||||||
- sed -i data/homie/config.json "s/WIFISSID/$iotssid/"
|
- 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/WIFIPASS/${iotpwd}/"
|
||||||
- sed -i data/homie/config.json "s/HOSTNAME/${hostname}/g"
|
- sed -i data/homie/config.json "s/HOSTNAME/${hostname}/g"
|
||||||
- sed -i data/homie/config.json "s/HOSTNAME/${hostname}/g"
|
- sed -i data/homie/config.json "s/HOSTNAME/${hostname}/g"
|
||||||
|
@ -22,7 +22,7 @@ steps:
|
||||||
files: ./*.bin
|
files: ./*.bin
|
||||||
hostname:
|
hostname:
|
||||||
from_secret: hostname
|
from_secret: hostname
|
||||||
iotssid:
|
IOTSSID:
|
||||||
from_secret: iotssid
|
from_secret: iotssid
|
||||||
iotpwd:
|
iotpwd:
|
||||||
from_secret: iotpwd
|
from_secret: iotpwd
|
||||||
|
|
Loading…
Reference in New Issue