Skip to content

Commit

Permalink
Export environment variables so bazelisk picks them up
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 705148623
  • Loading branch information
mkruskal-google authored and copybara-github committed Dec 11, 2024
1 parent 494e28b commit 20ea8af
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions ci/push_auto_update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ if (echo "$previous_commit_title" | grep -q "^Auto-generate files"); then
exit 0
fi

BAZEL=bazelisk
USE_BAZEL_VERSION=7.2.1
source regenerate_stale_files.sh
export BAZEL=bazelisk
export USE_BAZEL_VERSION=7.2.1

./regenerate_stale_files.sh

# Try to determine the most recent CL or pull request.
pr_from_merge=$(echo "$previous_commit_title" | sed -n 's/^Merge pull request #\([0-9]\+\).*/\1/p')
Expand Down

0 comments on commit 20ea8af

Please sign in to comment.