Publish one bundle version to both OTA origins, not two (#11291)

Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
Austin McKinley
2026-07-26 16:58:20 -07:00
committed by GitHub
parent b662cd43b5
commit 51bcacb20b
3 changed files with 27 additions and 2 deletions
+5 -1
View File
@@ -14,7 +14,11 @@ if [ -z "$RUNTIME_VERSION" ]; then
fi
cd bundleTempDir || exit
BUNDLE_VERSION=$(date +%s)
# Shared with denisPublish.sh when both run in one job -- see the note there.
# Both origins must receive the same bundle version for the same bytes, because
# the version is part of the asset URL path.
BUNDLE_VERSION="${BUNDLE_VERSION:-$(date +%s)}"
# This MUST address ota1's own origin hostname, never updates.bsky.app.
#