aboutsummaryrefslogtreecommitdiff
path: root/tcwg-buildfarm.yaml
diff options
context:
space:
mode:
authorCharles Baylis <charles.baylis@linaro.org>2017-04-13 18:06:00 +0100
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2017-04-14 12:08:33 +0000
commitf0fcf93947626bba8e4485ff740afef07a29931b (patch)
tree900fd2e151316c317868cde663128f02cca69428 /tcwg-buildfarm.yaml
parentfd7c156fa61434cc09574b1c9c69c15b0cee8a13 (diff)
tcwg-buildfarm: remove use of find.
Use the artifact lists which are created by jenkins.sh to eliminate the need to use 'find' to determine the location of the manifest. Change-Id: I7430458d45ae3e718e722f682dc39cb5c27a55c7
Diffstat (limited to 'tcwg-buildfarm.yaml')
-rw-r--r--tcwg-buildfarm.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcwg-buildfarm.yaml b/tcwg-buildfarm.yaml
index 41b09b6d92..3692ddca7c 100644
--- a/tcwg-buildfarm.yaml
+++ b/tcwg-buildfarm.yaml
@@ -394,7 +394,7 @@
# If the build was a no-op (results already present on log_server),
# copy the existing ones.
if [ -d _build/builds ]; then
- manifest="`find _build/builds/ -name destdir -prune -o -name \*manifest.txt -print`"
+ manifest="`grep "^manifest=" ${WORKSPACE}/build-artifacts.txt | cut -d = -f 2-`"
else
manifest=""
fi