Skip to content

Commit

Permalink
Fixed bug: Zip archive doesn't contain sub folder content.
Browse files Browse the repository at this point in the history
  • Loading branch information
thorsteneckel committed Oct 19, 2016
1 parent 8040e09 commit b0d22d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/build/deploy_archives.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b0d22d4

Please sign in to comment.