From 72f00a210334418d4a1eddbc938ab39e67ab0685 Mon Sep 17 00:00:00 2001 From: AleaJactaEst Date: Sun, 1 Sep 2019 12:54:27 +0200 Subject: [PATCH] correct syntax error on gitlab-ci.yaml --- .gitlab-ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ec0ce0714..94109443f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1427,7 +1427,6 @@ OSX client build: Linux client package: stage: package except: - - ryzomcore - mac-ci-build tags: - Docker @@ -1447,7 +1446,7 @@ Linux client package: - 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 - ./khanat-client-debian_buster-$(echo $CI_BUILD_REF | head -c 7 )-$CI_PIPELINE_ID-Linux-x86_64.run - dependencies: + dependencies: - Linux client debian_amd64_buster build @@ -1464,7 +1463,7 @@ Linux client test: # Test de l'installation initiale - ls -l - ./khanat-client-debian_buster-$(echo $CI_BUILD_REF | head -c 7 )-$CI_PIPELINE_ID-Linux-x86_64.run - dependencies: + dependencies: - Linux client package .OSX client test: