This commit is contained in:
Mayel de Borniol 2024-04-16 13:09:33 +01:00
parent b0784b5c43
commit beaf065012
2 changed files with 2 additions and 2 deletions

View file

@ -133,8 +133,8 @@ _ln-spark-deps:
rm -rf ./data/current_flavour
ln -sf ../$FLAVOUR_PATH ./data/current_flavour
mkdir -p priv/static/public
# ulimit -n 524288
echo "Using $MIX_ENV env, with flavour: $FLAVOUR at path: $FLAVOUR_PATH"
# ulimit -n 524288
#### COMMON COMMANDS ####

View file

@ -157,7 +157,7 @@ defmodule Bonfire.Umbrella.MixProject do
# TODO: put these in ENV or an external writeable config file similar to deps.*
@config [
# note that the flavour will automatically be added where the dash appears
version: "0.9.10-beta.53",
version: "0.9.10-beta.54",
elixir: ">= #{System.get_env("ELIXIR_VERSION", "1.13.4")}",
flavour: @flavour,
default_flavour: @default_flavour,