Replies: 1 comment
-
Hi @ms1331, Template only work inside each attribute. You can't use it inside See #82 and #1220 if you're interested in having loops an a native feature. |
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
-
I want to loop over an internal task, setting a different environment every time, but I cannot get it to work. This is my taskfile:
and when I run it it produces the following:
If I set the
print
task to beinternal: true
, theworks
task will stop working. If anyone has ideas on how to implement that, I'd love to see them. Thanks!EDIT:
I am using this version:
on Alpine Linux if that matters...
Beta Was this translation helpful? Give feedback.
All reactions