We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
i try to check for a variable to be set before running the task. this doesnt work
example (the only Taskfile in that directory and with just that content):
version: "3" tasks: foo: cmds: - echo before {{.BLA}} after run: once requires: vars: - BLA
if i run it it will just echos the blank variable
$ task foo task: [foo] echo before after before after
Task version: v3.23.0 (h1:egOOrya0biMnrV1W8RSEo2pviHMGTtBmy4VqxUYfcyk=)
The text was updated successfully, but these errors were encountered:
Hi @xsteadfastx,
As also said on Discord, this feature was only added on v3.27.0.
Please upgrade to the lastest version.
Sorry, something went wrong.
@andreynering sorry for that issue then. thanks for your awesome software :) i love to use it
No branches or pull requests
i try to check for a variable to be set before running the task. this doesnt work
example (the only Taskfile in that directory and with just that content):
if i run it it will just echos the blank variable
$ task foo task: [foo] echo before after before after
Task version: v3.23.0 (h1:egOOrya0biMnrV1W8RSEo2pviHMGTtBmy4VqxUYfcyk=)
The text was updated successfully, but these errors were encountered: