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

Dynamic vars with tasks #1439

Open
hans-d opened this issue Dec 21, 2023 · 1 comment
Open

Dynamic vars with tasks #1439

hans-d opened this issue Dec 21, 2023 · 1 comment
Labels
state: needs triage Waiting to be triaged by a maintainer.

Comments

@hans-d
Copy link

hans-d commented Dec 21, 2023

Allow vars/envs to be dynamic with output from another task, not just shell commands.

vars:
   BLAH:
      task: :some:other:task
   FOO:
      sh: echo {{.BLAH}} | grep x
   BAR:
      task: :yet:some:other:task
      var:
         TARGET: '{{.FOO}}'
@task-bot task-bot added the state: needs triage Waiting to be triaged by a maintainer. label Dec 21, 2023
@mgbowman
Copy link
Contributor

Any chance we could triage this issue? I could really use this feature and would like to try and implement it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
state: needs triage Waiting to be triaged by a maintainer.
Projects
None yet
Development

No branches or pull requests

3 participants