update referential artefact client
This commit is contained in:
parent
c552aa5fd7
commit
b1e8c96069
1 changed files with 4 additions and 4 deletions
|
@ -43,6 +43,10 @@ Linux server build:
|
|||
- (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/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_amd64_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 /opt/ext
|
||||
- cp $WORKDIR/server/debian/common/servercontainer_init_* /opt/
|
||||
- cp $WORKDIR/server/debian/common/servercontainer_function.sh /opt/
|
||||
|
@ -69,10 +73,6 @@ Linux server build:
|
|||
- export -p HOME_CLIENT="$KHANAT_HOME/$CLIENT_DIR"
|
||||
- echo "KHANAT_PATH $KHANAT_PATH"
|
||||
- mkdir -p $KHANAT_PATH
|
||||
- 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