aboutsummaryrefslogtreecommitdiff
path: root/tcwg-abe-extended
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2017-04-25 09:43:09 +0000
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2017-04-25 09:48:51 +0000
commitf2ec48749a0dd189f010134786b53aeccdb95e37 (patch)
treef0312ae8d1bcdc79597eace94c65135ddb0e5add /tcwg-abe-extended
parentf9f06ec41a0fd61e95cfdf77f3474f0fd94d8950 (diff)
tcwg-abe-extended: Add missing parameter to start-container-docker.
Change-Id: I64654390e305813252afa1d2a56c92fd2ab461b4
Diffstat (limited to 'tcwg-abe-extended')
-rwxr-xr-xtcwg-abe-extended/builders.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcwg-abe-extended/builders.sh b/tcwg-abe-extended/builders.sh
index 28400732..faa8a41b 100755
--- a/tcwg-abe-extended/builders.sh
+++ b/tcwg-abe-extended/builders.sh
@@ -5,7 +5,7 @@ $bashmode
git clone -b $scripts_branch --depth 1 https://git-us.linaro.org/toolchain/jenkins-scripts
. ./jenkins-scripts/jenkins-helpers.sh
-./jenkins-scripts/start-container-docker.sh --node $NODE_NAME --distro trusty --task build --prefix build_ > build-container.sh
+./jenkins-scripts/start-container-docker.sh --label $label --node $NODE_NAME --distro trusty --task build --prefix build_ > build-container.sh
. ./build-container.sh
trap "build_container_cleanup" 0 SIGHUP SIGINT SIGQUIT SIGTRAP SIGPIPE SIGTERM
BUILD_SHELL="$build_CONTAINER_RSH bash"