Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Named parameter is not correctly parsed when it uses former param #164

Closed
yottahmd opened this issue Jun 9, 2022 · 1 comment · Fixed by #165
Closed

Named parameter is not correctly parsed when it uses former param #164

yottahmd opened this issue Jun 9, 2022 · 1 comment · Fixed by #165
Labels
bug Something isn't working

Comments

@yottahmd
Copy link
Collaborator

yottahmd commented Jun 9, 2022

Example:

params: ONE=1 TWO=`expr 1 + ${ONE}`
steps:
  command: echo $ONE $TWO
@yottahmd yottahmd added the bug Something isn't working label Jun 9, 2022
@yottahmd
Copy link
Collaborator Author

Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant