We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a44b13f commit 57b3e2fCopy full SHA for 57b3e2f
graduated/codefresh-run/step.yaml
@@ -165,7 +165,7 @@ spec:
165
[[- $cmd = (printf "%s --reset-volume" $cmd) -]]
166
[[- end -]]
167
[[ range .Arguments.VARIABLE ]]
168
- [[- $cmd = (printf "%s --variable \"%s\"" $cmd .) -]]
+ [[- $cmd = (printf "%s --variable %s" $cmd .) -]]
169
170
[[ range .Arguments.CONTEXT ]]
171
[[- $cmd = (printf "%s --context %s" $cmd .) -]]
0 commit comments