aboutsummaryrefslogtreecommitdiff
path: root/trusty-i386-tcwg-base
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2017-04-12 05:54:50 +0000
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2017-04-12 05:54:50 +0000
commitbdb056904ff763c0bb5ff4a24cdcf9fec1f3f0ff (patch)
tree4c222b28a038d3dd651535d7144bd66a1d92f13e /trusty-i386-tcwg-base
parent7f9200eecc5bff2522e2ffd4f9d96cbd34af1156 (diff)
*-tcwg-base: Don't rsync unused directory
... since tcwg-buildslave's home is now used only in tcwg-build and tcwg-test images. Change-Id: I5930b66c0395bb38f6b6ae0bc1df6d0ddc97c141
Diffstat (limited to 'trusty-i386-tcwg-base')
-rwxr-xr-xtrusty-i386-tcwg-base/build.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/trusty-i386-tcwg-base/build.sh b/trusty-i386-tcwg-base/build.sh
index 70cbb3f6..2dee8e11 100755
--- a/trusty-i386-tcwg-base/build.sh
+++ b/trusty-i386-tcwg-base/build.sh
@@ -15,8 +15,6 @@ arch=$(basename ${PWD} | cut -f2 -d '-')
name=$(basename ${PWD} | cut -f3- -d '-')
image=linaro/ci-${arch}-${name}-ubuntu:${distro}
-rsync -a ../tcwg-buildslave/ ./tcwg-buildslave/
-
docker pull linaro/base-i386-ubuntu:trusty 2>/dev/null || true
docker pull $image 2>/dev/null || true
docker build --tag=$image .