ci: Tasks has been updated, no longer a debug app

This commit is contained in:
Chris Coutinho
2025-10-23 07:53:52 +02:00
parent 1aecb099e6
commit 3ebc468a09
@@ -6,7 +6,7 @@ echo "Installing and configuring Calendar app..."
# Enable calendar app
php /var/www/html/occ app:enable calendar
php /var/www/html/occ app:enable --force tasks # Not currently supported on 32
php /var/www/html/occ app:enable tasks
# Wait for calendar app to be fully initialized
echo "Waiting for calendar app to initialize..."