Commit 45aa04a
authored
fix(release): use --output path directly for container mount (#2015)
The 'release init' command was incorrectly creating a nested 'output'
subdirectory within the path provided by the --output flag (aliased to
WorkRoot). This caused the container's /output volume to be mounted to
<workroot>/output instead of <workroot>.
This commit changes the behavior to use the r.workRoot value directly as
the source for the /output volume mount, aligning with user expectations
for the --output flag.
Fixes #20141 parent d8dc3d1 commit 45aa04a
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
| 120 | + | |
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
| |||
0 commit comments