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:
".$[[ 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 ]]"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment