ci: try skipping diagnosis during upgrade to speed things up a bit?

This commit is contained in:
Alexandre Aubin 2024-08-08 19:14:05 +02:00
parent d0df3caed4
commit 6733526bee

2
debian/postinst vendored
View file

@ -27,7 +27,7 @@ do_configure() {
yunohost tools migrations run --auto
echo "Re-diagnosing server health..."
yunohost diagnosis run --force
[[ -n "${YNH_SKIP_DIAGNOSIS_DURING_UPGRADE:-}" ]] && echo "(Skipping)" || yunohost diagnosis run --force
echo "Refreshing app catalog..."
yunohost tools update apps --output-as none || true