update artefact name & update html help
This commit is contained in:
parent
a1e7125ad4
commit
f958df068b
2 changed files with 3 additions and 2 deletions
|
@ -100,10 +100,10 @@ Linux server build:
|
|||
- echo "option '$option'"
|
||||
- find /home/gameserver -type d -exec du -sh {} \;
|
||||
- tar --numeric-owner --exclude=.git --exclude=.dockerenv --exclude=/proc --exclude=/sys --exclude=/builds --exclude=/opt/download --exclude=khanat-debian-server.tar.gz $option -cjf khanat-debian-server.tar.bz2 /
|
||||
- ls -lh khanat-debian-server.tar.gz
|
||||
- ls -lh khanat-debian-server.*
|
||||
artifacts:
|
||||
name: "khanat-$(echo $CI_BUILD_REF | head -c 7 )-$CI_PIPELINE_ID-server-debian-stretch"
|
||||
paths:
|
||||
- khanat-debian-server.tar.gz
|
||||
- khanat-debian-server.tar.bz2
|
||||
expire_in: 2 hour
|
||||
|
||||
|
|
|
@ -86,6 +86,7 @@ print "SERVER IP: ". getHostByName(gethostname());
|
|||
<div>
|
||||
script to download and convert launcher on our instance:
|
||||
<a href="/prepare_environment_container_64.sh">prepare_environment_container_64.sh</a>
|
||||
aned after execute it.
|
||||
</div>
|
||||
<div>
|
||||
Account / Password
|
||||
|
|
Loading…
Reference in a new issue