Export environment variables so bazelisk picks them up

PiperOrigin-RevId: 705148623
pull/19609/head
Mike Kruskal 3 months ago committed by Copybara-Service
parent 494e28bd1c
commit 20ea8af6e7
  1. 7
      ci/push_auto_update.sh

@ -19,9 +19,10 @@ if (echo "$previous_commit_title" | grep -q "^Auto-generate files"); then
exit 0 exit 0
fi fi
BAZEL=bazelisk export BAZEL=bazelisk
USE_BAZEL_VERSION=7.2.1 export USE_BAZEL_VERSION=7.2.1
source regenerate_stale_files.sh
./regenerate_stale_files.sh
# Try to determine the most recent CL or pull request. # 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') pr_from_merge=$(echo "$previous_commit_title" | sed -n 's/^Merge pull request #\([0-9]\+\).*/\1/p')

Loading…
Cancel
Save