File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -1563,7 +1563,8 @@ This allows you to keep separate the template metadata and the template code.
1563
1563
1564
1564
Commands to execute after generating or updating a project from your template.
1565
1565
1566
- They run ordered, and with the `$STAGE=task` variable in their environment.
1566
+ They run ordered, and with the `$STAGE=task` variable in their environment. Each task
1567
+ runs in its own subprocess.
1567
1568
1568
1569
If a `dict` is given it can contain the following items :
1569
1570
@@ -1575,6 +1576,8 @@ If a `dict` is given it can contain the following items:
1575
1576
If a `str` or `List[str]` is given as a task it will be treated as `command` with all
1576
1577
other items not present.
1577
1578
1579
+ Refer to the example provided below for more information.
1580
+
1578
1581
!!! example
1579
1582
1580
1583
` ` ` yaml title="copier.yml"
You can’t perform that action at this time.
0 commit comments