-
-
Notifications
You must be signed in to change notification settings - Fork 625
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[3.39.0] Environment variable seen as command #1812
Comments
Hi ! I am on linux (and Zsh) and it seems to work fine :
|
Archive.zip When running
I just upgraded to MacOS 15.0.0, but it still occurs. |
With Please note that this is an experiment and it may change in the future. I am not sure with you need tasks:
project:binaries:watch:*: # This task is in the root because of watcher issues outside of the root Taskfile
aliases: [s:b:w:*]
vars:
DAEMON: '{{index .MATCH 0}}'
CALLTASK: 'demo:supervisor:reload:{{.DAEMON}}'
BASEFOLDER: '{{.PROJECTS}}'
sources:
- '{{.BASEFOLDER}}/build/**/*'
- '{{.BASEFOLDER}}/src/**/*'
watch: true
cmds:
- task: '{{.CALLTASK}}'
|
Task version:
3.39.0
Operating system:
MacOS Sonoma 14.6.1
Experiments enabled:
TASK_X_MAP_VARIABLES=1
Having the following
.env.local
file:And the following task:
And the call copies the build binary to the docker container, and runs a supervisor reload
On 3.38.x, this was working fine.
On 3.39.0, I get the following error:
Same when using vars instead of env, or trying to do
echo ${PROJECTS}
as a command. Each option tells me the command {PROJECTS}The text was updated successfully, but these errors were encountered: