From 8e8d3dbb29897d5951a0eeb721a3fc44ecb6bbd2 Mon Sep 17 00:00:00 2001 From: starcalc Date: Tue, 7 Jun 2022 22:22:31 +0200 Subject: [PATCH] Escapen $localip --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index d2765f5..8b8c594 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,7 +6,7 @@ steps: - name: prereq image: cburki/mosquitto-clients commands: - - 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) - name: build image: python:3.10 commands: