Shell Params not Being Substituted properly #81
Labels
area: backend
Issue is related to the backend microservices
bug
Something isn't working
project: flow
Tasks for Boomerang Flow
Describe the bug
The new syntax for params do not appear
As reported by Luis:
this one works, but it’s the old format:
PROPNOSPACETRUNC=$(echo ${p:teamName} | tr “[:upper:]” “[:lower:]” | tr -d “[:space:]” | cut -c1-32 )
This does not work:
PROPNOSPACETRUNC=$(echo $(params.teamName) | tr “[:upper:]” “[:lower:]” | tr -d “[:space:]” | cut -c1-32 )
Environment (please complete the following information):
Internal Stage
The text was updated successfully, but these errors were encountered: