aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2024-04-26 18:44:50 +0000
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2024-04-26 18:44:50 +0000
commit603b05fc10405cc714af1a2e6a69837fae1c34b8 (patch)
treef3f94b8e207f581ee772cc93d8ad42aa01efb014
parent3d239666a1b1d0f666e4cdc638798ea49f43db16 (diff)
tcwg-lnt: Remove debug commandHEADmaster
Change-Id: I529fc5bbd1e59d96ecda4ba71788c456a745f744
-rwxr-xr-xtcwg-base/tcwg-lnt/build.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/tcwg-base/tcwg-lnt/build.sh b/tcwg-base/tcwg-lnt/build.sh
index 518ff4a7..83248f8c 100755
--- a/tcwg-base/tcwg-lnt/build.sh
+++ b/tcwg-base/tcwg-lnt/build.sh
@@ -24,8 +24,7 @@ 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)
-docker pull linaro/ci-${arch}-tcwg-base-ubuntu:${distro}
+(cd ..; ./build.sh)
"$top"/tcwg-base/validate-checksum.sh Dockerfile
docker build --tag=$image .
echo $image > .docker-tag