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
| env | object | Allows you to define variables that can be used throughout the configuration. These variables can hold values that you want to reuse in different parts of your tasks. Variables defined in `env` can be referenced using the `$[var_name]` convention. |
12
-
| pre_install | {imports, steps} | This optional stage can be used to import or run steps before module installation. |
13
-
| imports | array of strings | Relative paths of files and folders which will be imported during upgrade. |
14
-
| steps | array of objects | This is where you define individual integration tasks and their properties. Each task should have a `task` field that specifies the type of task to perform. |
| env | object | Allows you to define variables that can be used throughout the configuration. These variables can hold values that you want to reuse in different parts of your tasks. Variables defined in `env` can be referenced using the `$[var_name]` convention. |
12
+
| pre_install |`{imports, steps}`| This optional stage can be used to import or run steps before module installation. |
13
+
| imports | array of strings | Relative paths of files and folders which will be imported during upgrade. |
14
+
| steps | array of objects | This is where you define individual integration tasks and their properties. Each task should have a `task` field that specifies the type of task to perform. |
0 commit comments