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
|
esac
|
||||||
|
|
||||||
if [[ -n "${HOMEBREW_DEVELOPER}" ]]
|
if [[ -n "${HOMEBREW_DEVELOPER}" || "$1" == "test-bot" ]]
|
||||||
then
|
then
|
||||||
export HOMEBREW_RUBY3="1"
|
export HOMEBREW_RUBY3="1"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user