You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When doing the template rendering, we must use a context that contains:
The current matrix variant
Global variables
Plix's specific execution variables (.plix.yml file's location, current build path (see Build directory creation #1))
Note that to prevent name-clashing, plix's specific execution variables should belong to a named variable (likely plix) such that one can access it that way:
When doing the template rendering, we must use a context that contains:
matrix
variant.plix.yml
file's location, current build path (see Build directory creation #1))Note that to prevent name-clashing, plix's specific execution variables should belong to a named variable (likely
plix
) such that one can access it that way:The text was updated successfully, but these errors were encountered: