variable substitution
#1196
-
The first line passes, but second two fail. So what's the logic between |
Beta Was this translation helpful? Give feedback.
Answered by
casey
May 28, 2022
Replies: 1 comment 1 reply
-
In this case,
You can also import shell variables and use them in
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
danielb2
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In this case,
SERVICES
is ajust
variable, andi
is a shell variable. You can exportjust
variables to the shell with the export keyword, which will make the second line pass:You can also import shell variables and use them in
just
expressions with theenv_var
function: