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
validate-checksum
task
The validate-checksum task fails with task v3.40.0 since v3.40.0 changes the behaviour of how undefined variables are treated in the ref attribute.
ref
One potential fix is to use an empty list as the ref's default:
EXCLUDE_PATHS: ref: "default (list) .EXCLUDE_PATHS"
The text was updated successfully, but these errors were encountered:
Fixed by ad576e4.
Sorry, something went wrong.
Reported bug to task: go-task/task#1911
No branches or pull requests
The
validate-checksum
task fails withtask
v3.40.0 since v3.40.0 changes the behaviour of how undefined variables are treated in theref
attribute.One potential fix is to use an empty list as the
ref
's default:The text was updated successfully, but these errors were encountered: