update code to package client

This commit is contained in:
AleaJactaEst 2019-09-01 13:58:41 +02:00
parent 192162635c
commit 69510a9670

View file

@ -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