Skip to content
Snippets Groups Projects
Commit 200d6b08 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Quote variable values

parent 8a873c97
No related branches found
No related tags found
No related merge requests found
...@@ -13,11 +13,11 @@ spec: ...@@ -13,11 +13,11 @@ spec:
".$[[ inputs.os ]]": ".$[[ inputs.os ]]":
extends: .rules extends: .rules
tags: tags:
- $[[ inputs.tagname ]] - "$[[ inputs.tagname ]]"
variables: variables:
CROSS_PLATFORM: $[[ inputs.cross_platform ]] CROSS_PLATFORM: "$[[ inputs.cross_platform ]]"
OS: $[[ inputs.os ]] OS: "$[[ inputs.os ]]"
PLATFORM: $[[ inputs.platform ]] PLATFORM: "$[[ inputs.platform ]]"
OSP: "$[[ inputs.os ]]-$[[ inputs.platform ]]" OSP: "$[[ inputs.os ]]-$[[ inputs.platform ]]"
BUILD_FLAGS: "$[[ inputs.build_flags ]]" BUILD_FLAGS: "$[[ inputs.build_flags ]]"
NO_JAVASCRIPT: "$[[ inputs.no_javascript ]]" NO_JAVASCRIPT: "$[[ inputs.no_javascript ]]"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment