Browse Source

Force install of rebar on build

theenglishway (time) 4 years ago
parent
commit
156ef232ed
1 changed files with 2 additions and 1 deletions
  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