mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-07 11:38:30 +00:00
profile variables get precedence (#169)
This commit is contained in:
@@ -98,8 +98,9 @@ then merged and take precedence over local variables.
|
||||
Note:
|
||||
|
||||
* `dynvariables` > `variables`
|
||||
* profile variables > (`variables` or `dynvariables`)
|
||||
* imported `variables`/`dynvariables` > any other `variables` or `dynvariables`
|
||||
* profile `(dyn)variables` > any other `(dyn)variables`
|
||||
* profile `(dyn)variables` > profile's included `(dyn)variables`
|
||||
* imported `variables`/`dynvariables` > `(dyn)variables`
|
||||
* actions using variables are resolved at runtime (when action is executed)
|
||||
and not when loading the config
|
||||
|
||||
|
||||
Reference in New Issue
Block a user