From efd7f0d1a087383465fd78e03775455bffe80955 Mon Sep 17 00:00:00 2001 From: AleaJactaEst Date: Sun, 14 Oct 2018 02:15:05 +0200 Subject: [PATCH] change package name opennel-manager --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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