You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@mmiddletonatua@vmaerten I think commit d64df3f broke this. The required check was moved to a location before a Task is compiled, and as a result, the sh command is not evaluated at the time of the require check. The code here
Description
Running the task as defined in the example results in the error:
Changing the requires section to:
results in the expected behavior:
task: [init_env] echo ENVIRONMENT is dev
ENVIRONMENT is dev
This appears to be a regression as things previously behaved as expected.
Version
3.41.0
Operating system
Ubuntu 22.04.1
Experiments Enabled
No response
Example Taskfile
The text was updated successfully, but these errors were encountered: