update code to package client
This commit is contained in:
parent
192162635c
commit
69510a9670
1 changed files with 4 additions and 0 deletions
|
@ -1448,6 +1448,10 @@ Linux client package:
|
||||||
- chmod +x ./Linux/x86_64/autoextract_script.sh
|
- chmod +x ./Linux/x86_64/autoextract_script.sh
|
||||||
- makeself --nox11 --target /tmp/khanat_installer ./Linux/x86_64/ khanat-$(echo $CI_BUILD_REF | head -c 7 )-$CI_PIPELINE_ID-Linux-x86_64.run "Khanat installer" ./autoextract_script.sh
|
- makeself --nox11 --target /tmp/khanat_installer ./Linux/x86_64/ khanat-$(echo $CI_BUILD_REF | head -c 7 )-$CI_PIPELINE_ID-Linux-x86_64.run "Khanat installer" ./autoextract_script.sh
|
||||||
- ls -l
|
- ls -l
|
||||||
|
artifacts:
|
||||||
|
name: "khanat-$(echo $CI_BUILD_REF | head -c 7)-$CI_PIPELINE_ID-Linux-x86_64"
|
||||||
|
paths:
|
||||||
|
- ./khanat-$(echo $CI_BUILD_REF | head -c 7 )-$CI_PIPELINE_ID-Linux-x86_64.run
|
||||||
dependencies:
|
dependencies:
|
||||||
- Linux client debian_amd64_buster build
|
- Linux client debian_amd64_buster build
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue