From 5941419cd4ba491fdfe34fab81b03b0bded18889 Mon Sep 17 00:00:00 2001 From: Joey Perrott Date: Wed, 22 May 2024 16:45:21 +0000 Subject: [PATCH] ci: remove aio payload checks for deprecated site (#56000) Remove payload checks for aio now that its deprecated. PR Close #56000 --- aio/scripts/payload.sh | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/aio/scripts/payload.sh b/aio/scripts/payload.sh index 89a17bdeb2c..b4c37c53402 100755 --- a/aio/scripts/payload.sh +++ b/aio/scripts/payload.sh @@ -7,10 +7,6 @@ readonly parentDir=$(dirname $thisDir) readonly target=${1:-aio} readonly PROJECT_ROOT=$(realpath "$(dirname ${thisDir})/..") -# Track payload size functions -source ../scripts/ci/payload-size.sh -# Provide node_modules from aio -NODE_MODULES_BIN=$PROJECT_ROOT/aio/node_modules/.bin/ - -trackPayloadSize "$target" "../dist/bin/aio/build/*.css ../dist/bin/aio/build/*.js" true "$PROJECT_ROOT/goldens/size-tracking/aio-payloads.json" +echo "Payload checks are disabled now as we no longe publish to this branch" +exit 0