1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/bonfire_ynh.git synced 2024-09-03 18:16:01 +02:00
This commit is contained in:
lapineige 2023-08-13 14:02:24 +02:00 committed by GitHub
parent 12007dc673
commit 531c7ce154
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -70,10 +70,6 @@ ynh_exec_warn ynh_exec_as $app -s $SHELL -lc "WITH_DOCKER=no mix local.hex --for
ynh_exec_warn ynh_exec_as $app -s $SHELL -lc "WITH_DOCKER=no just config-basic"
#ynh_exec_warn ynh_exec_as $app -s $SHELL -lc "WITH_DOCKER=no just mix bonfire.deps .update"
# TODO Debug
ynh_exec_warn echo 'Debug install dir ENV file'
ynh_exec_warn cat $install_dir/.env
#=================================================
# Building the release
#=================================================
@ -85,9 +81,6 @@ ynh_replace_string --match_string="npm install --global" --replace_string="npm i
ynh_exec_warn ynh_exec_as $app $ynh_node_load_PATH -s $SHELL -lc "WITH_DOCKER=no just rel-build"
#ynh_exec_warn just rel-build # node needs (root) access to /usr/local/lib/node_modules
ynh_exec_warn ls -a
ynh_exec_warn ls _build
#=================================================
# Run the release
#=================================================