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
Copy file name to clipboardExpand all lines: docs/index.md
+4-6Lines changed: 4 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -17,12 +17,10 @@ graph TD
17
17
C --> D[Preprocess]
18
18
D -->|env - local_env_keys| E[Prehook dependencies]
19
19
E -->F[Run script]
20
-
F -->|env - clean_env_keys_post_deps| G
21
-
G[Posthook dependencies] -->|Postprocess| H
22
-
H -->|env - clean_env_keys_post_deps| I
23
-
I[Post dependencies] -->|new_env_keys or incoming_env - env| J
24
-
J -->|Script return| K
25
-
20
+
F -->|env - clean_env_keys_post_deps| G[Posthook dependencies]
21
+
G --> H[Postprocess]
22
+
H -->|env - clean_env_keys_post_deps| I[Post dependencies]
23
+
I -->|new_env_keys or incoming_env - env| J[Script return]
26
24
```
27
25
28
26
* When an MLC script is invoked (either by tags or by unique ID), its `meta.yaml` is processed first which will check for any `deps` script and if there are, then they are executed in order.
0 commit comments