Skip to content

How to set the output of other tasks to env #708

Answered by ghostsquad
9enki asked this question in Q&A
Discussion options

You must be logged in to vote

There's currently no built in way besides sh in vars to pass data around.

The problem with tracking the output of an entire task as you are requesting, is that there is a lot of ambiguity in terms of whether or not the output of that tasks dependencies should be included, how output should be concatenated when a task has multiple commands in cmds and what happens if that task is "up-to-date".

Is there more information you can provide as to why writing a script in sh of a var is not optimal for you?

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
4 replies
@9enki
Comment options

@ssbarnea
Comment options

@andreynering
Comment options

@ghostsquad
Comment options

Answer selected by 9enki
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
5 participants