aboutsummaryrefslogtreecommitdiff
path: root/trusty-armhf-tcwg
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2016-12-18 19:39:18 +0200
committerFathi Boudra <fathi.boudra@linaro.org>2016-12-18 19:39:18 +0200
commit493f582a3503c8e4dcebbbd39c31533efc897d0d (patch)
tree0a297b62d547c7d48346d4358f7b7bbb9cc307b7 /trusty-armhf-tcwg
parent872e513e1ccc6fbbd834379c7f04048cc74543dd (diff)
{trusty,xenial}-{arm64,armhf}-tcwg: adjust the tag name
Change-Id: Ie61a7ea3aca299cfed5ffb8fe7b761bf91d6bc7f Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'trusty-armhf-tcwg')
-rwxr-xr-xtrusty-armhf-tcwg/build.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/trusty-armhf-tcwg/build.sh b/trusty-armhf-tcwg/build.sh
index 5a74c33..738c4cd 100755
--- a/trusty-armhf-tcwg/build.sh
+++ b/trusty-armhf-tcwg/build.sh
@@ -10,7 +10,10 @@ cleanup_exit()
}
export LANG=C
+distro=$(basename ${PWD} | cut -f1 -d '-')
+arch=$(basename ${PWD} | cut -f2 -d '-')
+name=$(basename ${PWD} | cut -f3- -d '-')
rsync -a ../tcwg-buildslave/ ./tcwg-buildslave/
-docker build --pull --tag=linaro/$(basename ${PWD}) .
+docker build --pull --tag=linaro/ci-${arch}-${name}-ubuntu:${distro} .