mirror of
https://github.com/YunoHost-Apps/discourse_ynh.git
synced 2024-09-03 18:26:18 +02:00
For CI testing
This commit is contained in:
parent
eddfe91a55
commit
79651331ea
2 changed files with 3 additions and 3 deletions
|
@ -13,9 +13,9 @@
|
|||
setup_public=1
|
||||
upgrade=1
|
||||
# 2.2.3~ynh1
|
||||
upgrade=1 from_commit=de467cfa38791f43215ffea88d4b85460e5c0457
|
||||
#upgrade=1 from_commit=de467cfa38791f43215ffea88d4b85460e5c0457
|
||||
# 2.3.10~ynh1
|
||||
upgrade=1 from_commit=086de718f49a506c66498d2f7610f5fd0ce07d50
|
||||
#upgrade=1 from_commit=086de718f49a506c66498d2f7610f5fd0ce07d50
|
||||
backup_restore=1
|
||||
# Activate multi-instance test only if you have more than 2Gb RAM!
|
||||
#multi_instance=1
|
||||
|
|
|
@ -26,7 +26,7 @@ redis_db=$(ynh_app_setting_get --app=$app --key=redis_db)
|
|||
unicorn_workers=$(ynh_app_setting_get --app=$app --key=unicorn_workers)
|
||||
|
||||
# Check memory requirements
|
||||
check_memory_requirements_upgrade
|
||||
#check_memory_requirements_upgrade
|
||||
|
||||
#=================================================
|
||||
# CHECK VERSION
|
||||
|
|
Loading…
Add table
Reference in a new issue