fix(e2e): clean skill install package mounts

This commit is contained in:
Vincent Koc
2026-05-26 10:10:28 +02:00
parent a5653c0ce9
commit d3bbfa1f5a
2 changed files with 13 additions and 3 deletions

View File

@@ -15,11 +15,9 @@ docker_e2e_package_mount_args "$PACKAGE_TGZ"
docker_e2e_build_or_reuse "$IMAGE_NAME" skill-install "$ROOT_DIR/scripts/e2e/Dockerfile" "$ROOT_DIR" "bare"
echo "Running live ClawHub skill install Docker E2E..."
docker_e2e_harness_mount_args
run_logged_print \
skill-install-run \
docker run --rm \
"${DOCKER_E2E_HARNESS_ARGS[@]}" \
docker_e2e_run_with_harness \
-e COREPACK_ENABLE_DOWNLOAD_PROMPT=0 \
-e "OPENCLAW_TEST_STATE_SCRIPT_B64=$OPENCLAW_TEST_STATE_SCRIPT_B64" \
-e "OPENCLAW_SKILL_INSTALL_E2E_QUERY=${OPENCLAW_SKILL_INSTALL_E2E_QUERY:-homeassistant}" \