brew.sh: always run test-bot under Ruby 3
This commit is contained in:
parent
942e77d3a8
commit
2658f4467f
@ -502,7 +502,7 @@ case "$*" in
|
||||
;;
|
||||
esac
|
||||
|
||||
if [[ -n "${HOMEBREW_DEVELOPER}" ]]
|
||||
if [[ -n "${HOMEBREW_DEVELOPER}" || "$1" == "test-bot" ]]
|
||||
then
|
||||
export HOMEBREW_RUBY3="1"
|
||||
fi
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user