Remove some debug output
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
50b37674ff
commit
74be2550cc
|
@ -9,7 +9,6 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- rm -f lastknownhostips
|
- rm -f lastknownhostips
|
||||||
- cat hosts
|
- cat hosts
|
||||||
- for h in $(cat hosts); do echo $h; echo $h; done
|
|
||||||
- for h in $(cat hosts); do mosquitto_sub -h raum.ctdo.de -t "homie/$h/\$localip" -C 1; done >lastknownips
|
- for h in $(cat hosts); do mosquitto_sub -h raum.ctdo.de -t "homie/$h/\$localip" -C 1; done >lastknownips
|
||||||
- for h in $(cat hosts); do echo -n "$h," >>lastknownhostips; mosquitto_sub -h raum.ctdo.de -t "homie/$h/\$localip" -C 1 >>lastknownhostips; done
|
- for h in $(cat hosts); do echo -n "$h," >>lastknownhostips; mosquitto_sub -h raum.ctdo.de -t "homie/$h/\$localip" -C 1 >>lastknownhostips; done
|
||||||
- cat lastknownhostips
|
- cat lastknownhostips
|
||||||
|
|
Loading…
Reference in New Issue