Reuse shared build setup in nightly E2E

This commit is contained in:
Samuel Newman
2026-07-17 13:22:38 +03:00
parent 5e2ede3a00
commit a3de8eaf46
2 changed files with 57 additions and 45 deletions
+5
View File
@@ -5,6 +5,11 @@ set +e
platform="${1:?usage: cleanup-nightly-e2e.sh <ios|android> <device-id>}"
device_id="${2:-}"
artifact_dir="${GITHUB_WORKSPACE:-$PWD}/artifacts/$platform"
mkdir -p "$artifact_dir"
if [[ -f i18n.log ]]; then
cp i18n.log "$artifact_dir/i18n.log"
fi
stop_process_tree() {
local pid="$1"