From 8b9d76c458bee6bd9e1d8edacace5b2aa7c5a4c7 Mon Sep 17 00:00:00 2001 From: zhangskz Date: Mon, 16 Dec 2024 17:01:29 -0500 Subject: [PATCH] Export environment variables so bazelisk picks them up (#19690) PiperOrigin-RevId: 705148623 Co-authored-by: Mike Kruskal --- ci/push_auto_update.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ci/push_auto_update.sh b/ci/push_auto_update.sh index 3ee0ec031f50d..8af9756c59eb9 100755 --- a/ci/push_auto_update.sh +++ b/ci/push_auto_update.sh @@ -19,6 +19,9 @@ if (echo "$previous_commit_title" | grep -q "^Auto-generate files"); then exit 0 fi +export BAZEL=bazelisk +export USE_BAZEL_VERSION=7.2.1 + ./regenerate_stale_files.sh # Try to determine the most recent CL or pull request.