From b6ddcd3144e4dc68b88ba929d7de6c62ac4ed0f4 Mon Sep 17 00:00:00 2001 From: Michael Ziegler Date: Fri, 17 Dec 2021 12:05:34 +0100 Subject: [PATCH] fix mosquitto settings for ITs to work --- .drone.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index d82cd31..15d98a2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 @@ -92,6 +96,6 @@ depends_on: --- kind: signature -hmac: a2af1e4e6adbfb0038fcec45c67b75bd2d222631cc64bab1a04201c4a3589fe7 +hmac: 507b9e5a37aaf6ef3d58511db2ec82924cd71e1abd7314776728768ff0d7ba1c ...