Skip to content

Concatenation of global task arguments #1854

Answered by milesj
d-corler asked this question in Q&A
Discussion options

You must be logged in to vote

Right now this isn't possible because all global (non-project) tasks are shallow merged into a global hash map, then inherited by the project. This basically means that each cleanup task would overwrite the previous one completely, it's basically a map.insert(key, value).

This is the same request as this issue: #1840

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by d-corler
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants