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
Is this regression of #884?
The error is filed with go-task go-task/task#1908 but was asked to report it here.
Using the latest go-task. The code below just prints "0".
version: '3' tasks: test: desc: "This taskfile manages Docker stacks." cmds: - | declare -A database_lookup database_lookup["management"]=management database_lookup["devicetwin"]=devicetwin database_lookup["identity"]=identity for d in "${!database_lookup[@]}" do echo $d done
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is this regression of #884?
The error is filed with go-task go-task/task#1908 but was asked to report it here.
Using the latest go-task. The code below just prints "0".
The text was updated successfully, but these errors were encountered: