aboutsummaryrefslogtreecommitdiff
path: root/tcwg-base/tcwg-lnt/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tcwg-base/tcwg-lnt/build.sh')
-rwxr-xr-xtcwg-base/tcwg-lnt/build.sh8
1 files changed, 5 insertions, 3 deletions
diff --git a/tcwg-base/tcwg-lnt/build.sh b/tcwg-base/tcwg-lnt/build.sh
index f4159dc8..518ff4a7 100755
--- a/tcwg-base/tcwg-lnt/build.sh
+++ b/tcwg-base/tcwg-lnt/build.sh
@@ -10,7 +10,7 @@ trap cleanup_exit INT TERM EXIT
cleanup_exit()
{
- rm -rf run.sh start.sh
+ rm -rf lnt.sh run.sh start.sh
}
export LANG=C
@@ -20,10 +20,12 @@ name=$(basename ${PWD} | cut -f3- -d '-')
image=linaro/ci-${arch}-${name}-ubuntu:${distro}
top=$(git rev-parse --show-toplevel)
-cp $top/tcwg-base/tcwg-lnt/run.sh \
+cp $top/tcwg-base/tcwg-lnt/lnt.sh \
+ $top/tcwg-base/tcwg-lnt/run.sh \
$top/tcwg-base/tcwg-lnt/start.sh ./
-(cd ..; ./build.sh)
+#(cd ..; ./build.sh)
+docker pull linaro/ci-${arch}-tcwg-base-ubuntu:${distro}
"$top"/tcwg-base/validate-checksum.sh Dockerfile
docker build --tag=$image .
echo $image > .docker-tag