mirror of
https://framagit.org/YunoHost-Apps/gitea_ynh.git
synced 2024-11-21 18:41:35 +01:00
We don't need ram to build app
This commit is contained in:
parent
238dec4aaf
commit
5e22a74cd7
@ -34,7 +34,7 @@ multi_instance = true
|
|||||||
ldap = true
|
ldap = true
|
||||||
sso = true
|
sso = true
|
||||||
disk = "120M"
|
disk = "120M"
|
||||||
ram.build = "100M"
|
ram.build = "0M"
|
||||||
ram.runtime = "100M"
|
ram.runtime = "100M"
|
||||||
|
|
||||||
[install]
|
[install]
|
||||||
|
Loading…
Reference in New Issue
Block a user