extract pymanager
This commit is contained in:
parent
db0c5adb48
commit
bdc7a60634
1 changed files with 2 additions and 0 deletions
|
@ -42,6 +42,7 @@ Linux server build:
|
|||
- export -p DIR_ARTEFACTS="/opt/download"
|
||||
- (cd /opt/download ; $WORKDIR/server/common/download_artefacts.sh 'https://git.khaganat.net' 'khaganat' 'mmorpg_khanat/khanat-opennel-code' $CI_COMMIT_REF_NAME 'develop' 'master')
|
||||
- (cd /opt/download ; $WORKDIR/server/common/download_artefacts.sh 'https://git.khaganat.net' 'khaganat' 'mmorpg_khanat/opennel-pymanager' $CI_COMMIT_REF_NAME 'develop' 'master')
|
||||
- ls -l /opt/download
|
||||
- mkdir -p /opt/ext
|
||||
- cp $WORKDIR/server/debian/common/servercontainer_init_* /opt/
|
||||
- cp $WORKDIR/server/debian/common/servercontainer_function.sh /opt/
|
||||
|
@ -69,6 +70,7 @@ Linux server build:
|
|||
- mkdir -p /opt/artefacts
|
||||
- (cd /opt/artefacts ; for file in /opt/download/khanat-server-debian_strech*.zip ; do echo "extract $file"; unzip -q -o $file; done)
|
||||
- (cd /opt/artefacts ; for file in /opt/download/khanat-client_static-debian_strech*.zip ; do echo "extract $file"; unzip -q -o $file; done)
|
||||
- (cd /opt/artefacts ; for file in /opt/download/khanat-*pymanager*.zip ; do echo "extract $file"; unzip -q -o $file; done)
|
||||
- mkdir -p /home/gameserver/ext
|
||||
- ln -s /opt/artefacts/code/web /home/gameserver/ext/khanatweb
|
||||
- ln -s /opt/artefacts/code/ryzom /home/gameserver/ext/ryzom-ressources
|
||||
|
|
Loading…
Reference in a new issue