invisible char

This commit is contained in:
Mayel de Borniol 2024-04-16 13:50:25 +01:00
parent 566381e53f
commit 10083f2ea7
2 changed files with 3 additions and 3 deletions

View file

@ -166,10 +166,10 @@ jobs:
run: |
ls -la data/current_flavour/config/flavour_assets/
ls -la data/current_flavour/config/flavour_assets/hooks/
cp -r data/current_flavour/config/flavour_assets data/current_flavour/config/flavour_assets_bak 
cp -r data/current_flavour/config/flavour_assets data/current_flavour/config/flavour_assets_bak
just _rel-compile-OTP remote
rm -rf data/current_flavour/config/flavour_assets
mv data/current_flavour/config/flavour_assets_bak data/current_flavour/config/flavour_assets
mv data/current_flavour/config/flavour_assets_bak data/current_flavour/config/flavour_assets
just _rel-compile-assets remote
just _rel-release-OTP remote
cd _build/prod/rel && tar -czvf bonfire-${{ env.FLAVOUR }}-amd64-debian-bullseye.tar.gz bonfire

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.55",
version: "0.9.10-beta.56",
elixir: ">= #{System.get_env("ELIXIR_VERSION", "1.13.4")}",
flavour: @flavour,
default_flavour: @default_flavour,