From 22506950855aa381016346d30f2b01f4546c971a Mon Sep 17 00:00:00 2001 From: AleaJactaEst Date: Sun, 1 Sep 2019 15:05:37 +0200 Subject: [PATCH] addin appimage on package --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 95c996df4..f5e6f3820 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1352,7 +1352,6 @@ Linux client_appimage debian_amd64_buster build: paths: - code/build/Khanat-x86_64.AppImage expire_in: 2 week - when: manual @@ -1448,12 +1447,14 @@ Linux client package: - 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 - ls -l + - ls -l /tmp/khanat_installer/ 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: - Linux client debian_amd64_buster build + - Linux client_appimage debian_amd64_buster build ## TESTS