This commit is contained in:
ericgaspar 2022-08-13 12:24:49 +02:00
parent 5405556ee5
commit d218bbf61d
2 changed files with 3 additions and 3 deletions

View file

@ -136,7 +136,7 @@ def level_5(tests):
@level(6, "App is in a community-operated git org") @level(6, "App is in a community-operated git org")
def level_6(tests): def level_6(tests):
""" """
The app is in the Yunohost-Apps organization The app is in the YunoHost-Apps organization
(the linter will report a warning named "is_in_github_org" if it's not) (the linter will report a warning named "is_in_github_org" if it's not)
""" """

View file

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# Yunohost install parameters # YunoHost install parameters
YUNO_PWD="admin" YUNO_PWD="admin"
DOMAIN="domain.tld" DOMAIN="domain.tld"
SUBDOMAIN="sub.$DOMAIN" SUBDOMAIN="sub.$DOMAIN"
@ -11,7 +11,7 @@ TEST_USER="package_checker"
ARCH=${ARCH:-amd64} ARCH=${ARCH:-amd64}
DIST=${DIST:-bullseye} DIST=${DIST:-bullseye}
# Yunohost version: stable, testing or unstable # YunoHost version: stable, testing or unstable
YNH_BRANCH=${YNH_BRANCH:-stable} YNH_BRANCH=${YNH_BRANCH:-stable}
WORKER_ID=${WORKER_ID:-0} WORKER_ID=${WORKER_ID:-0}