Skip to content

Commit 8b9d76c

Browse files
Export environment variables so bazelisk picks them up (#19690)
PiperOrigin-RevId: 705148623 Co-authored-by: Mike Kruskal <[email protected]>
1 parent a1c9b6a commit 8b9d76c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ci/push_auto_update.sh

+3
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ if (echo "$previous_commit_title" | grep -q "^Auto-generate files"); then
1919
exit 0
2020
fi
2121

22+
export BAZEL=bazelisk
23+
export USE_BAZEL_VERSION=7.2.1
24+
2225
./regenerate_stale_files.sh
2326

2427
# Try to determine the most recent CL or pull request.

0 commit comments

Comments
 (0)