summaryrefslogtreecommitdiffstats
path: root/aclk/legacy/tests/launch-paho.sh
diff options
context:
space:
mode:
Diffstat (limited to 'aclk/legacy/tests/launch-paho.sh')
-rwxr-xr-xaclk/legacy/tests/launch-paho.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/aclk/legacy/tests/launch-paho.sh b/aclk/legacy/tests/launch-paho.sh
deleted file mode 100755
index 1c2cb5f2c..000000000
--- a/aclk/legacy/tests/launch-paho.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/usr/bin/env bash
-
-docker build -f paho.Dockerfile . --build-arg "HOST_HOSTNAME=$(ping -c1 "$(hostname).local" | head -n1 | grep -o '[0-9]*\.[0-9]*\.[0-9]*\.[0-9]*')" -t paho-client
-docker run -it paho-client