External storage was not enabled and content was not deleted before scenarios
Conflicts: build/integration/features/bootstrap/BasicStructure.php build/integration/run.sh
This commit is contained in:
parent
0ec695e2d7
commit
8293735108
|
@ -54,6 +54,9 @@ kill $PHPPID_FED
|
|||
|
||||
../../occ files_external:delete -y $ID_STORAGE
|
||||
|
||||
#Disable external storage app
|
||||
../../occ app:disable files_external
|
||||
|
||||
if [ -z $HIDE_OC_LOGS ]; then
|
||||
tail "../../data/nextcloud.log"
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue