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'"
|
- echo "option '$option'"
|
||||||
- find /home/gameserver -type d -exec du -sh {} \;
|
- 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 /
|
- 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:
|
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"
|
||||||
paths:
|
paths:
|
||||||
- khanat-debian-server.tar.gz
|
- khanat-debian-server.tar.bz2
|
||||||
expire_in: 2 hour
|
expire_in: 2 hour
|
||||||
|
|
||||||
|
|
|
@ -86,6 +86,7 @@ print "SERVER IP: ". getHostByName(gethostname());
|
||||||
<div>
|
<div>
|
||||||
script to download and convert launcher on our instance:
|
script to download and convert launcher on our instance:
|
||||||
<a href="/prepare_environment_container_64.sh">prepare_environment_container_64.sh</a>
|
<a href="/prepare_environment_container_64.sh">prepare_environment_container_64.sh</a>
|
||||||
|
aned after execute it.
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
Account / Password
|
Account / Password
|
||||||
|
|
Loading…
Reference in a new issue