ci: fix repair

Signed-off-by: Varun Patil <varunpatil@ucla.edu>
pull/563/head
Varun Patil 2023-04-10 17:12:06 -07:00
parent b84bdc65a5
commit 117e849038
1 changed files with 8 additions and 5 deletions

View File

@ -17,10 +17,18 @@ php occ app:disable updatenotification
php occ app:disable systemtags php occ app:disable systemtags
php occ app:disable files_sharing php occ app:disable files_sharing
# Setup
cd apps/memories
make exiftool
cd ../..
# Enable apps # Enable apps
php occ app:enable --force viewer php occ app:enable --force viewer
php occ app:enable --force memories php occ app:enable --force memories
# Run repair steps
php occ maintenance:repair
set -e set -e
# Set debug mode and start dev server # Set debug mode and start dev server
@ -33,11 +41,6 @@ wget https://github.com/pulsejet/memories-assets/raw/main/Files.zip
unzip Files.zip unzip Files.zip
cd ../../.. cd ../../..
# Setup
cd apps/memories
make exiftool
cd ../..
# Index # Index
php occ files:scan --all php occ files:scan --all
php occ memories:index php occ memories:index