mirror of
https://github.com/YunoHost-Apps/bonfire_ynh.git
synced 2024-09-03 18:16:01 +02:00
better logging
This commit is contained in:
parent
2d725fda9c
commit
3907f38be3
1 changed files with 4 additions and 1 deletions
|
@ -65,17 +65,20 @@ ynh_install_extra_app_dependencies --repo="https://proget.makedeb.org prebuilt-m
|
||||||
#cd ..
|
#cd ..
|
||||||
|
|
||||||
export WITH_DOCKER=no # or source .env ?
|
export WITH_DOCKER=no # or source .env ?
|
||||||
source "$install_dir/.env"
|
source $install_dir/.env
|
||||||
|
|
||||||
ynh_script_progression --message="Configuring Bonfire release..." --weight=1
|
ynh_script_progression --message="Configuring Bonfire release..." --weight=1
|
||||||
cd $install_dir
|
cd $install_dir
|
||||||
ynh_exec_warn ynh_exec_as $app -s $SHELL -lc "just config"
|
ynh_exec_warn ynh_exec_as $app -s $SHELL -lc "just config"
|
||||||
|
|
||||||
|
ynh_exec_warn cat .env
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# Building the release
|
# Building the release
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression --message="Building Bonfire release..." --weight=1
|
ynh_script_progression --message="Building Bonfire release..." --weight=1
|
||||||
ynh_exec_warn ynh_exec_as $app -s $SHELL -lc "just rel-build"
|
ynh_exec_warn ynh_exec_as $app -s $SHELL -lc "just rel-build"
|
||||||
|
ynh_exec_warn ls
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# Run the release
|
# Run the release
|
||||||
|
|
Loading…
Reference in a new issue