mirror of
https://github.com/YunoHost-Apps/nocodb_ynh.git
synced 2024-09-03 19:56:01 +02:00
cleaning
This commit is contained in:
parent
9994c53366
commit
ea53244154
2 changed files with 2 additions and 3 deletions
|
@ -5,7 +5,7 @@ name = "NocoDB"
|
|||
description.en = "No-code platform that turns any database into a smart spreadsheet"
|
||||
description.fr = "Plateform sans code qui transforme toute base de données en un tableur intelligent"
|
||||
|
||||
version = "0.202.4~ynh1"
|
||||
version = "0.202.4~ynh2"
|
||||
|
||||
maintainers = ["tituspijean"]
|
||||
|
||||
|
@ -25,7 +25,7 @@ ldap = false
|
|||
sso = false
|
||||
|
||||
disk = "50M"
|
||||
ram.build = "50M"
|
||||
ram.build = "600M"
|
||||
ram.runtime = "50M"
|
||||
|
||||
[install]
|
||||
|
|
|
@ -77,7 +77,6 @@ pushd $install_dir
|
|||
ynh_secure_remove oracledb
|
||||
ynh_exec_warn_less ynh_exec_as $app git clone --recursive https://github.com/oracle/node-oracledb.git oracledb
|
||||
ynh_exec_warn_less ynh_exec_as $app $ynh_node_load_PATH NODE_ENV="production" $ynh_npm install ./oracledb
|
||||
ynh_print_info --message="...Done! Installing NocoDB now..."
|
||||
fi
|
||||
|
||||
ynh_exec_warn_less ynh_exec_as $app $ynh_node_load_PATH NODE_ENV="production" $ynh_npm uninstall nocodb
|
||||
|
|
Loading…
Add table
Reference in a new issue