Common task using variable "sources" with multiple parent tasks #1732
Unanswered
ameergituser
asked this question in
Q&A
Replies: 1 comment
-
Hi @andreynering any initial comments on this? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
This discussion is a continuation of #494. The goal is to find a better way to handle this case.
The solution to #494 was to set a custom label as shown in the example below:
Doing the above was "okay" for small Taskfiles, however in larger projects with multiple levels of git submodules each including a child Taskfile...
Things get quite complicated for the following reasons:
Higher level goals:
CALLERTASK: "{{.TASK}}->"
everywhere.Beta Was this translation helpful? Give feedback.
All reactions