Skip to content

Dynamic vars with tasks #1439

@hans-d

Description

@hans-d

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}}'

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions