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

run-task overrides fails to evaluate env arguments #146

Closed
dsvensson opened this issue Mar 22, 2022 · 0 comments · Fixed by #165
Closed

run-task overrides fails to evaluate env arguments #146

dsvensson opened this issue Mar 22, 2022 · 0 comments · Fixed by #165
Assignees
Labels
bug Something isn't working

Comments

@dsvensson
Copy link

Orb version:

2.2.1

What happened:

Error parsing parameter '--overrides': Expected: '=', received: '$' for input:
$OVERRIDES
^

Expected behavior:

I expected that this would work:

      - run:
          name: "foo"
          command: echo "export OVERRIDES=\"test\"" >> $BASH_ENV
      - aws-ecs/run-task:
          overrides: "${OVERRIDES}"
          ...
@dsvensson dsvensson added the bug Something isn't working label Mar 22, 2022
@brivu brivu self-assigned this Jun 3, 2022
@brivu brivu linked a pull request Jun 7, 2022 that will close this issue
@brivu brivu closed this as completed in #165 Jun 7, 2022
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.

2 participants