Skip to content

Conversation

vmaerten
Copy link
Member

Fixes #2397

Global vars are currently added after Taskfile variables, making them unavailable. This PR applies a ReverseMerge so globals are added first, then Taskfile variables.

@vmaerten vmaerten marked this pull request as ready for review August 25, 2025 19:02
@vmaerten vmaerten requested review from andreynering and pd93 August 25, 2025 19:28
@trulede
Copy link
Contributor

trulede commented Aug 29, 2025

See #2288 for a list of issues this probably fixes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make special variables like CLI_FORCE and CLI_SILENT available in globals vars, and not only inside tasks
2 participants