Commit a538ba8
ci: fix passing simple values to step parameters
In c6add4f while adding support for
more complex parameters we broke passing simple strings.
While it can be worked around by quoting the string with '', that makes
the simple case more complex than it was before, and breaks previous
pipeline definitions.
Fix it so if the first character does not look like a python expression,
take the value verbatim.
Fixes: c6add4f
(cherry picked from commit cea24c5)
Signed-off-by: Pablo Barbáchano <[email protected]>1 parent cf730a5 commit a538ba8
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
137 | | - | |
| 137 | + | |
| 138 | + | |
138 | 139 | | |
139 | 140 | | |
140 | 141 | | |
| |||
0 commit comments