Commit cb3315a
committed
fix: restore CmdeployDriver.on_init_relay
1. driver_cmdeploy.py: CmdeployDriver.on_init_relay() was removed
during the be9d325 refactor but was never moved to the base class as
the commit message claimed. The method runs scripts/initenv.sh inside
the builder to create the relay's venv. Without it, every subsequent
step that calls `source .../venv/bin/activate` fails with
"No such file or directory".1 parent 46ea52b commit cb3315a
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
93 | 98 | | |
94 | 99 | | |
95 | 100 | | |
| |||
0 commit comments