From b0d22d4c53ba9d6942ee36006275ed163015322b Mon Sep 17 00:00:00 2001 From: Thorsten Eckel Date: Wed, 19 Oct 2016 08:25:51 +0200 Subject: [PATCH] Fixed bug: Zip archive doesn't contain sub folder content. --- script/build/deploy_archives.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/build/deploy_archives.sh b/script/build/deploy_archives.sh index b4a73727f..10b90440f 100644 --- a/script/build/deploy_archives.sh +++ b/script/build/deploy_archives.sh @@ -22,7 +22,7 @@ tar -czf /tmp/zammad-${CI_BUILD_TAG}.tar.gz . tar -cjf /tmp/zammad-${CI_BUILD_TAG}.tar.bz2 . # zip -zip /tmp/zammad-${CI_BUILD_TAG}.zip ./* +zip -r /tmp/zammad-${CI_BUILD_TAG}.zip ./* # publish scp /tmp/zammad-${CI_BUILD_TAG}.tar.* $ARCHIVE_SCP_TARGET