This commit is contained in:
parent
2dfb20d531
commit
935c10ffe1
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ steps:
|
||||||
- name: prereq
|
- name: prereq
|
||||||
image: cburki/mosquitto-clients
|
image: cburki/mosquitto-clients
|
||||||
commands:
|
commands:
|
||||||
- echo mosquitto_sub -h mqtt.ctdo.de -t "homie/$hostname/$$localip" -C 1
|
- echo mosquitto_sub -h mqtt.ctdo.de -t "homie/$hostname/$${localip}" -C 1
|
||||||
# - lastknownip=$(mosquitto_sub -h mqtt.ctdo.de -t "homie/$hostname/$$localip" -C 1)
|
# - lastknownip=$(mosquitto_sub -h mqtt.ctdo.de -t "homie/$hostname/$$localip" -C 1)
|
||||||
environment:
|
environment:
|
||||||
hostname:
|
hostname:
|
||||||
|
|
Loading…
Reference in a new issue