Replies: 2 comments
-
|
This is not possible. All Would something along the lines of #2370 work for your case? i.e. storing the variable as a string with elements separated by a "delimiter string" that is not present in any element, then having the recipe's shell/interpreter split on that "delimiter string" into its own array type and loop over the result? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
what is the use case scenario? also see the XY problem |
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.
-
I would like to store an array in a variable such as
MY_VAR := ["hello", "world"]and loop over it in my recipe. How can I do that ? Is it even possible ?Beta Was this translation helpful? Give feedback.
All reactions