Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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]>
- Loading branch information