Fixed bug: Zip archive doesn't contain sub folder content.
This commit is contained in:
parent
8040e093d9
commit
b0d22d4c53
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue