Skip to content

Commit 57b3e2f

Browse files
Update step.yaml
1 parent a44b13f commit 57b3e2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graduated/codefresh-run/step.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ spec:
165165
[[- $cmd = (printf "%s --reset-volume" $cmd) -]]
166166
[[- end -]]
167167
[[ range .Arguments.VARIABLE ]]
168-
[[- $cmd = (printf "%s --variable \"%s\"" $cmd .) -]]
168+
[[- $cmd = (printf "%s --variable %s" $cmd .) -]]
169169
[[- end -]]
170170
[[ range .Arguments.CONTEXT ]]
171171
[[- $cmd = (printf "%s --context %s" $cmd .) -]]

0 commit comments

Comments
 (0)