correct syntax error on gitlab-ci.yaml

This commit is contained in:
AleaJactaEst 2019-09-01 12:54:27 +02:00
parent f9f13dbb8f
commit 72f00a2103

View file

@ -1427,7 +1427,6 @@ OSX client build:
Linux client package: Linux client package:
stage: package stage: package
except: except:
- ryzomcore
- mac-ci-build - mac-ci-build
tags: tags:
- Docker - 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 - 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
- ./khanat-client-debian_buster-$(echo $CI_BUILD_REF | head -c 7 )-$CI_PIPELINE_ID-Linux-x86_64.run - ./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 - Linux client debian_amd64_buster build
@ -1464,7 +1463,7 @@ Linux client test:
# Test de l'installation initiale # Test de l'installation initiale
- ls -l - ls -l
- ./khanat-client-debian_buster-$(echo $CI_BUILD_REF | head -c 7 )-$CI_PIPELINE_ID-Linux-x86_64.run - ./khanat-client-debian_buster-$(echo $CI_BUILD_REF | head -c 7 )-$CI_PIPELINE_ID-Linux-x86_64.run
dependencies: dependencies:
- Linux client package - Linux client package
.OSX client test: .OSX client test: