Explorar o código

Force install of rebar on build

theenglishway (time) %!s(int64=4) %!d(string=hai) anos
pai
achega
156ef232ed
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      priv/build/build.sh

+ 2 - 1
priv/build/build.sh

@@ -8,7 +8,8 @@ MIX_ENV=${MIX_ENV-prod}
 export MIX_ENV=$MIX_ENV
 
 # Clean project and get dependencies
-mix do local.hex --force, \
+mix do local.rebar --force, \
+       local.hex --force, \
        clean --only $MIX_ENV, \
        deps.get --only $MIX_ENV