Explorar el Código

Force install of rebar on build

theenglishway (time) hace 4 años
padre
commit
156ef232ed
Se han modificado 1 ficheros con 2 adiciones y 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