summaryrefslogtreecommitdiff
path: root/start-container-docker.sh
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2017-01-28 18:33:05 +0000
committerChristophe Lyon <christophe.lyon@linaro.org>2017-01-28 18:33:05 +0000
commit0365a3389765d7646e0e32ebe1ea2e30b7013247 (patch)
treecd44e4a2a5b4647ed31ece102c925acd16cf8856 /start-container-docker.sh
parentd01f5815e3aa95a703a7e30889895b9ab20d0c60 (diff)
start-container-docker.sh: Do not add .tcwglab suffix.
On some of our machines, it is not recognized. Change-Id: Idbf24ba4875f1c63a1e47922a258be291548f254
Diffstat (limited to 'start-container-docker.sh')
-rwxr-xr-xstart-container-docker.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/start-container-docker.sh b/start-container-docker.sh
index 5f458ff8..594e8eec 100755
--- a/start-container-docker.sh
+++ b/start-container-docker.sh
@@ -50,7 +50,7 @@ case "${distro}:${task}" in
;;
esac
-session_host="$(hostname).tcwglab"
+session_host="$(hostname)"
DOCKER="docker -H $session_host:2375"
$DOCKER pull $image
session_name=$(echo $BUILD_NUMBER-$JOB_NAME | sed -e "s#[/=,]#-#g")