mirror of
https://github.com/YunoHost-Apps/woodpecker_ynh.git
synced 2024-09-03 20:35:57 +02:00
typo
This commit is contained in:
parent
d11afa8c5b
commit
97fabf6390
1 changed files with 22 additions and 22 deletions
44
tests.toml
44
tests.toml
|
@ -4,26 +4,26 @@ test_format = 1.0
|
||||||
|
|
||||||
[default]
|
[default]
|
||||||
|
|
||||||
# exclude = ["install.private", "install.multi"]
|
# exclude = ["install.private", "install.multi"]
|
||||||
# The test IDs to be used in only/exclude statements are:
|
# The test IDs to be used in only/exclude statements are:
|
||||||
# * install.root
|
# * install.root
|
||||||
# * install.subdir
|
# * install.subdir
|
||||||
# * install.nourl
|
# * install.nourl
|
||||||
# * install.multi
|
# * install.multi
|
||||||
# * backup_restore
|
# * backup_restore
|
||||||
# * upgrade
|
# * upgrade
|
||||||
# * upgrade.someCommitId
|
# * upgrade.someCommitId
|
||||||
# * change_url
|
# * change_url
|
||||||
# NB: you should NOT need this except if you really have a good reason...
|
# NB: you should NOT need this except if you really have a good reason...
|
||||||
|
|
||||||
# For special usecases, sometimes you need to setup other things on the machine
|
# For special usecases, sometimes you need to setup other things on the machine
|
||||||
# prior to installing the app (such as installing another app)
|
# prior to installing the app (such as installing another app)
|
||||||
# (Remove this key entirely if not needed)
|
# (Remove this key entirely if not needed)
|
||||||
# preinstall = """
|
# preinstall = """
|
||||||
# sudo yunohost app install foobar
|
# sudo yunohost app install foobar
|
||||||
# sudo yunohost user list
|
# sudo yunohost user list
|
||||||
# """
|
# """
|
||||||
args.forge_type = "github"
|
args.forge_type = "github"
|
||||||
args.forge_url = "https://github.com"
|
args.forge_url = "https://github.com"
|
||||||
args.forge_client = "dammy client"
|
args.forge_client = "dummy client"
|
||||||
args.forge_secret = "dummy secret"
|
args.forge_secret = "dummy secret"
|
||||||
|
|
Loading…
Add table
Reference in a new issue