aboutsummaryrefslogtreecommitdiff
path: root/linaro-edk2-prep-matrix.yaml
diff options
context:
space:
mode:
authorRoy Franz <roy.franz@linaro.org>2015-06-02 18:34:58 -0700
committerRoy Franz <roy.franz@linaro.org>2015-06-02 18:34:58 -0700
commit7a4b8dc58961b2860c01320c3f1169f901c2f330 (patch)
treea0a9e033e53b0da4b99c28669016c1caceb9b93d /linaro-edk2-prep-matrix.yaml
parent09bdf876a0fe9c525ad53f73ee6252a207a5936a (diff)
Add --verbose to linaro-cp
Change-Id: I8eb413395cc0f741b4ecad7e094f7f6dd49e9819
Diffstat (limited to 'linaro-edk2-prep-matrix.yaml')
-rw-r--r--linaro-edk2-prep-matrix.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/linaro-edk2-prep-matrix.yaml b/linaro-edk2-prep-matrix.yaml
index c65c462c79..4697bb22bd 100644
--- a/linaro-edk2-prep-matrix.yaml
+++ b/linaro-edk2-prep-matrix.yaml
@@ -120,7 +120,8 @@
mv ${builddir}/* ${outdir}/gcc-${MX_TC}
find ${outdir}/ -name '*QEMU_EFI.fd' -exec bash -c 'in=${1}; out=${in%fd}img; cat $in /dev/zero | dd iflag=fullblock bs=1M count=64 of=$out; gzip -9 $out' _ {} \;
+ find ${outdir}
# Publish to snapshots
wget https://git.linaro.org/ci/publishing-api.git/blob_plain/HEAD:/linaro-cp.py -O linaro-cp.py
- python ./linaro-cp.py out components/kernel/${JOB_NAME}/${BUILD_NUMBER}
+ python ./linaro-cp.py --verbose out components/kernel/${JOB_NAME}/${BUILD_NUMBER}