aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2017-10-12 11:04:28 +0000
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2017-10-12 11:04:28 +0000
commite05415229d52d3ab8c29474d713989b5f1c8107b (patch)
tree7e91b7e2efa052e542721d7312da12c4853e7cc2
parentf4501ca089d07d397cf2dabb7e11300b097dbb5b (diff)
tcwg-base/tcwg-llvmbot: Fix addition of ssh host key of dev-private-review.
Change-Id: Ic767fbd43313bc6bad8f4269c554caa151a9026c
-rwxr-xr-xtcwg-base/tcwg-llvmbot/build-image.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcwg-base/tcwg-llvmbot/build-image.sh b/tcwg-base/tcwg-llvmbot/build-image.sh
index f9828686..34860c0f 100755
--- a/tcwg-base/tcwg-llvmbot/build-image.sh
+++ b/tcwg-base/tcwg-llvmbot/build-image.sh
@@ -29,7 +29,7 @@ cp $top/tcwg-base/$name/run.sh.tmpl run.sh
if [ x"$USER" = x"buildslave" ]; then
user="tcwg-buildslave"
# Add host key for dev-private-review.linaro.org
- ssh -o StrictHostKeyChecking=no -p29418 $user@dev-private-review.linaro.org true
+ ssh -o StrictHostKeyChecking=no -p29418 $user@dev-private-review.linaro.org > /dev/null 2>&1
else
user="$USER"
fi