chore(otp26): pin rebar3 3.20.0-emqx-1 for otp26
This commit is contained in:
parent
7d9072fe24
commit
f4d873e572
|
@ -18,6 +18,9 @@ case ${OTP_VSN} in
|
||||||
25*)
|
25*)
|
||||||
VERSION="3.19.0-emqx-9"
|
VERSION="3.19.0-emqx-9"
|
||||||
;;
|
;;
|
||||||
|
26*)
|
||||||
|
VERSION="3.20.0-emqx-1"
|
||||||
|
;;
|
||||||
*)
|
*)
|
||||||
echo "Unsupporetd Erlang/OTP version $OTP_VSN"
|
echo "Unsupporetd Erlang/OTP version $OTP_VSN"
|
||||||
exit 1
|
exit 1
|
||||||
|
|
Loading…
Reference in New Issue