Skip to content

Commit

Permalink
Source the regeneration script instead of spawning a new process.
Browse files Browse the repository at this point in the history
This keeps the environment variables hooked up

PiperOrigin-RevId: 705122684
  • Loading branch information
mkruskal-google authored and copybara-github committed Dec 11, 2024
1 parent 5471f18 commit 494e28b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/push_auto_update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ fi

BAZEL=bazelisk
USE_BAZEL_VERSION=7.2.1
./regenerate_stale_files.sh
source 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 494e28b

Please sign in to comment.