You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That way when the child task is called, it can leverage the locally available variable.
From my experiment, and that make sense, FOO is being replaced before it is available.
I have also tried DO_SOMETHING: echo "\{\{.FOO\}\}" in the hope it would be evaluated later but no luck.
Is that possible today?
specifically useful to handle utilities for aws queries that might have dynamic arguments
The text was updated successfully, but these errors were encountered:
so imagine the main Taskfile and a child
child.Taskfile.yml
:child.Taskfile.yml
:so the parent might want to do something like:
Taskfile.yml
That way when the child task is called, it can leverage the locally available variable.
From my experiment, and that make sense,
FOO
is being replaced before it is available.I have also tried
DO_SOMETHING: echo "\{\{.FOO\}\}"
in the hope it would be evaluated later but no luck.Is that possible today?
specifically useful to handle utilities for
aws
queries that might have dynamic argumentsThe text was updated successfully, but these errors were encountered: