1
0
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:
deadc0de6
2019-06-20 15:38:17 +02:00
parent 64c675b7b8
commit 3375b5ca48
5 changed files with 184 additions and 38 deletions

View File

@@ -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