File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ kind: step-type
3
3
metadata :
4
4
name : codefresh-run
5
5
title : Run a Codefresh pipeline
6
- version : 1.0.5
6
+ version : 1.0.4
7
7
isPublic : true
8
8
description : Run a Codefresh pipeline by ID or name and attach the created build logs.
9
9
sources :
@@ -142,7 +142,7 @@ spec:
142
142
first:
143
143
image: codefresh/cli
144
144
commands:
145
- [[- $cmd := (printf "codefresh run %s -d" .Arguments.PIPELINE_ID ) -]]
145
+ [[- $cmd := (printf "codefresh run \"%s\" -d" .Arguments.PIPELINE_ID ) -]]
146
146
[[ if .Arguments.TRIGGER_ID ]]
147
147
[[- $cmd = (printf "%s -t %s" $cmd .Arguments.TRIGGER_ID) -]]
148
148
[[- end -]]
@@ -165,7 +165,7 @@ spec:
165
165
[[- $cmd = (printf "%s --reset-volume" $cmd) -]]
166
166
[[- end -]]
167
167
[[ range .Arguments.VARIABLE ]]
168
- [[- $cmd = (printf "%s --variable %s " $cmd .) -]]
168
+ [[- $cmd = (printf "%s --variable \"%s\" " $cmd .) -]]
169
169
[[- end -]]
170
170
[[ range .Arguments.CONTEXT ]]
171
171
[[- $cmd = (printf "%s --context %s" $cmd .) -]]
You can’t perform that action at this time.
0 commit comments