mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 17:40:44 +00:00
fix(release): stabilize full validation harness lanes
This commit is contained in:
@@ -736,6 +736,7 @@ function laneEnv(poolLane, baseEnv, logDir, cacheKey) {
|
||||
...baseEnv,
|
||||
};
|
||||
const name = poolLane.name;
|
||||
env.OPENCLAW_DOCKER_ALL_LANE_NAME = name;
|
||||
const image = e2eImageForLane(poolLane, baseEnv);
|
||||
if (image) {
|
||||
env.OPENCLAW_DOCKER_E2E_IMAGE = image;
|
||||
|
||||
Reference in New Issue
Block a user