ncp-previewgenerator: Add support for NC 28

Signed-off-by: Tobias Knöppler <6317548+theCalcaholic@users.noreply.github.com>
This commit is contained in:
Tobias Knöppler 2024-02-02 01:22:01 +01:00
parent 06af55a5a7
commit c9ca623f27
No known key found for this signature in database
GPG Key ID: 3510056072886A8F
2 changed files with 6 additions and 2 deletions

View File

@ -376,7 +376,11 @@ jobs:
tail -n 20 geckodriver.log >&2 || true
echo "================"
echo "ncp.log: "
lxc exec ncp -- "tail -n20 /var/log/ncp.log"
lxc exec ncp -- "tail -n20 /var/log/ncp.log" || true
echo "================"
echo "nextcloud log: "
datadir="$(lxc exec ncp -- ncc config:system:get datadirectory)"
lxc exec ncp -- cat "$datadir/nextcloud.log" || true
exit 1
}
lxc stop ncp

View File

@ -25,7 +25,7 @@ The first time you install this app, before using a cron job, you properly want
</types>
<dependencies>
<php min-version="7.2"/>
<nextcloud min-version="20" max-version="27" />
<nextcloud min-version="20" max-version="28" />
</dependencies>
<commands>