Skip to content

Commit

Permalink
Export environment variables so bazelisk picks them up (#19690)
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 705148623

Co-authored-by: Mike Kruskal <[email protected]>
  • Loading branch information
zhangskz and mkruskal-google authored Dec 16, 2024
1 parent a1c9b6a commit 8b9d76c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci/push_auto_update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 8b9d76c

Please sign in to comment.