mirror of
https://github.com/YunoHost-Apps/jupyterlab_ynh.git
synced 2024-09-03 19:26:35 +02:00
exclude multi install
This commit is contained in:
parent
a520c533a9
commit
2dfd6e41d8
2 changed files with 10 additions and 1 deletions
|
@ -19,7 +19,7 @@ code = "https://github.com/jupyterhub/jupyterhub"
|
|||
[integration]
|
||||
yunohost = ">= 11.2"
|
||||
architectures = "all"
|
||||
multi_instance = true
|
||||
multi_instance = false
|
||||
|
||||
ldap = true
|
||||
|
||||
|
|
|
@ -2,6 +2,15 @@ test_format = 1.0
|
|||
|
||||
[default]
|
||||
|
||||
# ------------
|
||||
# Tests to run
|
||||
# ------------
|
||||
|
||||
# -------------------------------------------------------------------------------
|
||||
# EVERYTHING PAST THIS POINT IS OPTIONAL AND MOST LIKELY UNNECESSARY FOR NEW APPS
|
||||
#--------------------------------------------------------------------------------
|
||||
|
||||
exclude = ["install.multi"]
|
||||
|
||||
# -------------------------------
|
||||
# Default args to use for install
|
||||
|
|
Loading…
Reference in a new issue