diff --git a/.gitlab-ci-unix.yml b/.gitlab-ci-unix.yml index b6d09e34a61b9b3fe4da97b009d2221a20bee63c..e38bbb62e83ed73416b85e17c0dea70e7b998906 100644 --- a/.gitlab-ci-unix.yml +++ b/.gitlab-ci-unix.yml @@ -13,11 +13,11 @@ spec: ".$[[ inputs.os ]]": extends: .rules tags: - - $[[ inputs.tagname ]] + - "$[[ inputs.tagname ]]" variables: - CROSS_PLATFORM: $[[ inputs.cross_platform ]] - OS: $[[ inputs.os ]] - PLATFORM: $[[ inputs.platform ]] + CROSS_PLATFORM: "$[[ inputs.cross_platform ]]" + OS: "$[[ inputs.os ]]" + PLATFORM: "$[[ inputs.platform ]]" OSP: "$[[ inputs.os ]]-$[[ inputs.platform ]]" BUILD_FLAGS: "$[[ inputs.build_flags ]]" NO_JAVASCRIPT: "$[[ inputs.no_javascript ]]"