Skip to content

Commit

Permalink
ci: remove aio payload checks for deprecated site (#56000)
Browse files Browse the repository at this point in the history
Remove payload checks for aio now that its deprecated.

PR Close #56000
  • Loading branch information
josephperrott committed May 22, 2024
1 parent 418a35f commit 5941419
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions aio/scripts/payload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5941419

Please sign in to comment.