Remove some debug output
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
50b37674ff
commit
74be2550cc
1 changed files with 0 additions and 1 deletions
|
@ -9,7 +9,6 @@ steps:
|
|||
commands:
|
||||
- rm -f lastknownhostips
|
||||
- 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 echo -n "$h," >>lastknownhostips; mosquitto_sub -h raum.ctdo.de -t "homie/$h/\$localip" -C 1 >>lastknownhostips; done
|
||||
- cat lastknownhostips
|
||||
|
|
Loading…
Reference in a new issue