From a43766bbc82f9e672939d3bea517a38fedbe53b9 Mon Sep 17 00:00:00 2001 From: AnyOldName3 Date: Mon, 13 Jul 2020 18:02:05 +0100 Subject: [PATCH] Try removing bashism reliance --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9d0645eda..e70892f18 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -47,10 +47,10 @@ MacOS: - build/OpenMW-*.dmg variables: &engine-targets - targets: openmw openmw-essimporter openmw-iniimporter openmw-launcher openmw-wizard + targets: "openmw", "openmw-essimporter", "openmw-iniimporter", "openmw-launcher", "openmw-wizard" variables: &cs-targets - targets: openmw-cs bsatool esmtool niftest + targets: "openmw-cs", "bsatool", "esmtool", "niftest" .Windows_Ninja_Base: tags: