From 000b52fc05623e1993fb73036be340cc32eece67 Mon Sep 17 00:00:00 2001 From: AnyOldName3 Date: Mon, 13 Jul 2020 22:03:48 +0100 Subject: [PATCH] Swap quotes around --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1afb7b2ad..01947e374 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: