-
As the title says... For example, I'd like to use
|
Beta Was this translation helpful? Give feedback.
Answered by
casey
Jan 1, 2024
Replies: 1 comment 2 replies
-
You can use a shebang recipe, which is run as a script, which causes variables defined in one line to be available on the next:
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ahh, okay, got it. This isn't possible because just runs recipes in sub-shells, so those changes won't be available in the outer shell.