Complex task string having VARS ENV vars and CLI_ARGS in the same command #690
Unanswered
alexanderkatkov
asked this question in
Q&A
Replies: 0 comments
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.
-
Hi, all!
Part of my
.env
file:I have a main task file which is mostly used for including other task files:
one of included files:
When I run this task
$CONTAINER_PREFIX
env var is not parsed from.env
file:Can I do something to make
$CONTAINER_PREFIX
parsed from.env
file?Beta Was this translation helpful? Give feedback.
All reactions