compress artefacts
This commit is contained in:
parent
35d247f603
commit
24ced301ef
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ Linux server build:
|
||||||
- for dir in /home/* ; do if [ $dir != '/home/gameserver' ] ; then option="$option --exclude=$dir" ; fi ; done
|
- for dir in /home/* ; do if [ $dir != '/home/gameserver' ] ; then option="$option --exclude=$dir" ; fi ; done
|
||||||
- echo "option '$option'"
|
- echo "option '$option'"
|
||||||
- du -sh /home/gameserver
|
- du -sh /home/gameserver
|
||||||
- tar --numeric-owner --exclude=.git --exclude=.dockerenv --exclude=/proc --exclude=/sys --exclude=/builds --exclude=/opt/download $option -cf out/debian_server.tar /
|
- tar --numeric-owner --exclude=.git --exclude=.dockerenv --exclude=/proc --exclude=/sys --exclude=/builds --exclude=/opt/download $option -cjf out/debian_server.tar /
|
||||||
- ls -lh out
|
- ls -lh out
|
||||||
artifacts:
|
artifacts:
|
||||||
name: "khanat-$(echo $CI_BUILD_REF | head -c 7 )-$CI_PIPELINE_ID-server-debian-stretch"
|
name: "khanat-$(echo $CI_BUILD_REF | head -c 7 )-$CI_PIPELINE_ID-server-debian-stretch"
|
||||||
|
|
Loading…
Reference in a new issue