diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0d6493f..07b45f2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -41,7 +41,7 @@ Linux server build: - mkdir -p /opt/artefacts - (cd /opt/artefacts ; for file in /opt/download/khanat-server_static-debian_amd64_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) + - (cd /opt/artefacts ; for file in /opt/download/opennel-manager-*.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/ @@ -82,7 +82,7 @@ Linux server build: - /opt/ext/servercontainer_update_auto.sh # Install pymanager - ls /opt/artefacts/dist/ - - pip3 install /opt/artefacts/dist/pymanager-*.whl + - pip3 install /opt/artefacts/dist/opennel_manager-*.whl # Clean - rm -f /opt/servercontainer* # Create image