aboutsummaryrefslogtreecommitdiff
path: root/openembedded-armv8-luvos.yaml
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2015-03-02 09:33:32 +0200
committerFathi Boudra <fathi.boudra@linaro.org>2015-03-02 09:33:32 +0200
commit05dafc5d0577c744a8e39eaf9f44520b6fc3d649 (patch)
tree4df65e41e5ef6dbc8fb216557f95ac534c4a3e51 /openembedded-armv8-luvos.yaml
parenta5c19c145cecffef5c305ba164b1daf1d5dbc4dc (diff)
openembedded-armv8-luvos: fix publishing
* remove symlinks * update remote path Change-Id: I68ed2ed9d438707f24c4782c37e0385f73c90d3d Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'openembedded-armv8-luvos.yaml')
-rw-r--r--openembedded-armv8-luvos.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/openembedded-armv8-luvos.yaml b/openembedded-armv8-luvos.yaml
index 0156a01..e448336 100644
--- a/openembedded-armv8-luvos.yaml
+++ b/openembedded-armv8-luvos.yaml
@@ -58,8 +58,8 @@
# Publish
rm -f ${WORKSPACE}/build/tmp/deploy/images/genericarmv8/*.txt
- find ${WORKSPACE}/build/tmp/deploy/images/genericarmv8 -type l -exec test ! -e {} \; -delete
- ${HOME}/bin/linaro-cp ${WORKSPACE}/build/tmp/deploy/images/genericarmv8 openembedded/pre-built/${BUILD_NUMBER}
+ find ${WORKSPACE}/build/tmp/deploy/images/genericarmv8 -type l -delete
+ ${HOME}/bin/linaro-cp ${WORKSPACE}/build/tmp/deploy/images/genericarmv8 openembedded/pre-built/luvos/${BUILD_NUMBER}
publishers:
- email:
- recipients: 'fathi.boudra@linaro.org trevor.woerner@linaro.org naresh.bhat@linaro.org'
+ recipients: 'fathi.boudra@linaro.org naresh.bhat@linaro.org trevor.woerner@linaro.org'