Skip to content

Commit

Permalink
fix mosquitto settings for ITs to work
Browse files Browse the repository at this point in the history
  • Loading branch information
Svedrin committed Dec 17, 2021
1 parent 146301a commit b6ddcd3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ platform:
services:
- name: broker
image: eclipse-mosquitto
commands:
- echo listener 1883 0.0.0.0 > /tmp/mosquitto.conf
- echo allow_anonymous true >> /tmp/mosquitto.conf
- /usr/sbin/mosquitto -c /tmp/mosquitto.conf

steps:
- name: run tests
Expand Down Expand Up @@ -92,6 +96,6 @@ depends_on:

---
kind: signature
hmac: a2af1e4e6adbfb0038fcec45c67b75bd2d222631cc64bab1a04201c4a3589fe7
hmac: 507b9e5a37aaf6ef3d58511db2ec82924cd71e1abd7314776728768ff0d7ba1c

...

0 comments on commit b6ddcd3

Please sign in to comment.