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]
|
||||
|
||||
# exclude = ["install.private", "install.multi"]
|
||||
# The test IDs to be used in only/exclude statements are:
|
||||
# * install.root
|
||||
# * install.subdir
|
||||
# * install.nourl
|
||||
# * install.multi
|
||||
# * backup_restore
|
||||
# * upgrade
|
||||
# * upgrade.someCommitId
|
||||
# * change_url
|
||||
# NB: you should NOT need this except if you really have a good reason...
|
||||
# exclude = ["install.private", "install.multi"]
|
||||
# The test IDs to be used in only/exclude statements are:
|
||||
# * install.root
|
||||
# * install.subdir
|
||||
# * install.nourl
|
||||
# * install.multi
|
||||
# * backup_restore
|
||||
# * upgrade
|
||||
# * upgrade.someCommitId
|
||||
# * change_url
|
||||
# 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
|
||||
# prior to installing the app (such as installing another app)
|
||||
# (Remove this key entirely if not needed)
|
||||
# preinstall = """
|
||||
# sudo yunohost app install foobar
|
||||
# sudo yunohost user list
|
||||
# """
|
||||
args.forge_type = "github"
|
||||
args.forge_url = "https://github.com"
|
||||
args.forge_client = "dammy client"
|
||||
args.forge_secret = "dummy secret"
|
||||
# For special usecases, sometimes you need to setup other things on the machine
|
||||
# prior to installing the app (such as installing another app)
|
||||
# (Remove this key entirely if not needed)
|
||||
# preinstall = """
|
||||
# sudo yunohost app install foobar
|
||||
# sudo yunohost user list
|
||||
# """
|
||||
args.forge_type = "github"
|
||||
args.forge_url = "https://github.com"
|
||||
args.forge_client = "dummy client"
|
||||
args.forge_secret = "dummy secret"
|
||||
|
|
Loading…
Add table
Reference in a new issue