From 590baae98fb9537eef483b2e661c1cf55bb725ad Mon Sep 17 00:00:00 2001 From: Anil Belur Date: Wed, 14 Sep 2016 18:53:37 +1000 Subject: [PATCH] Gzip *.bundle files in archives/patches Change-Id: I3a3b0ea61d5729c538403bc912a01acfd1aeced7 Signed-off-by: Anil Belur Signed-off-by: Thanh Ha --- include-raw-deploy-archives.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include-raw-deploy-archives.sh b/include-raw-deploy-archives.sh index c6e5316a..936d3eab 100644 --- a/include-raw-deploy-archives.sh +++ b/include-raw-deploy-archives.sh @@ -68,6 +68,8 @@ if [ ! -z "${{ARCHIVE_ARTIFACTS}}" ]; then shopt -u globstar # Disable globstar once archives are copied popd fi + + # Ignore logging if archives doesn't exist mv $WORKSPACE/archives/ $ARCHIVES_DIR > /dev/null 2>&1 touch $ARCHIVES_DIR/_build-details.txt -- 2.16.6