Kaynağa Gözat

chore(build): update rebar3 version

Zaiming Shi 5 yıl önce
ebeveyn
işleme
ba204b5ab8
2 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 1 1
      Makefile
  2. 1 1
      ensure-rebar3.sh

+ 1 - 1
Makefile

@@ -1,4 +1,4 @@
-REBAR_VERSION = 3.13.2-emqx-2
+REBAR_VERSION = 3.13.2-emqx-3
 REBAR = ./rebar3
 
 PROFILE ?= emqx

+ 1 - 1
ensure-rebar3.sh

@@ -7,7 +7,7 @@ VERSION="$1"
 DOWNLOAD_URL='https://github.com/emqx/rebar3/releases/download'
 
 download() {
-    curl -L "${DOWNLOAD_URL}/${VERSION}/rebar3" -o ./rebar3
+    curl -f -L "${DOWNLOAD_URL}/${VERSION}/rebar3" -o ./rebar3
 }
 
 # get the version number from the second line of the escript