aboutsummaryrefslogtreecommitdiff
path: root/tcwg-make-source-tarball.yaml
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2018-06-01 19:20:54 +0000
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2018-06-04 20:12:31 +0000
commitf04dc8eca53ec3f42fb21c47aa1f13499ac29ef8 (patch)
treeef6b406c9dd939f4b70c51c64005a6e75a3ab40d /tcwg-make-source-tarball.yaml
parent128001c01733e7a797b6a2d5b45c1b006dd24db6 (diff)
tcwg-*: Switch to use *-tcwg-tested docker images.
Where start-container-docker.sh is called with hard-code "--distro trusty" it is better to remove this setting, since it is default anyway. Change-Id: Ia33e01e4b4b48ae221ab36e85a4c96c2b3f62865
Diffstat (limited to 'tcwg-make-source-tarball.yaml')
-rw-r--r--tcwg-make-source-tarball.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcwg-make-source-tarball.yaml b/tcwg-make-source-tarball.yaml
index 7d951e33..d05539b3 100644
--- a/tcwg-make-source-tarball.yaml
+++ b/tcwg-make-source-tarball.yaml
@@ -72,7 +72,7 @@
# Start build container
host=$(print_host_for_node $NODE_NAME)
- bash ${WORKSPACE}/jenkins-scripts/start-container-docker.sh --arch amd64 --distro trusty --session-host ${host} > build-container.sh
+ bash ${WORKSPACE}/jenkins-scripts/start-container-docker.sh --arch amd64 --session-host ${host} > build-container.sh
# Define CONTAINER, CONTAINER_CLEANUP, session_host and session_port
. ./build-container.sh