change package name opennel-manager
This commit is contained in:
parent
59950176f2
commit
efd7f0d1a0
1 changed files with 2 additions and 2 deletions
|
@ -41,7 +41,7 @@ Linux server build:
|
||||||
- mkdir -p /opt/artefacts
|
- 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-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-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
|
- mkdir -p /opt/ext
|
||||||
- cp $WORKDIR/server/debian/common/servercontainer_init_* /opt/
|
- cp $WORKDIR/server/debian/common/servercontainer_init_* /opt/
|
||||||
- cp $WORKDIR/server/debian/common/servercontainer_function.sh /opt/
|
- cp $WORKDIR/server/debian/common/servercontainer_function.sh /opt/
|
||||||
|
@ -82,7 +82,7 @@ Linux server build:
|
||||||
- /opt/ext/servercontainer_update_auto.sh
|
- /opt/ext/servercontainer_update_auto.sh
|
||||||
# Install pymanager
|
# Install pymanager
|
||||||
- ls /opt/artefacts/dist/
|
- ls /opt/artefacts/dist/
|
||||||
- pip3 install /opt/artefacts/dist/pymanager-*.whl
|
- pip3 install /opt/artefacts/dist/opennel_manager-*.whl
|
||||||
# Clean
|
# Clean
|
||||||
- rm -f /opt/servercontainer*
|
- rm -f /opt/servercontainer*
|
||||||
# Create image
|
# Create image
|
||||||
|
|
Loading…
Reference in a new issue