Skip to content

Commit 0610055

Browse files
committed
TMP: run regular storage
Signed-off-by: Julius Härtl <jus@bitgrid.net>
1 parent 3611039 commit 0610055

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/s3.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Set up Nextcloud
4545
run: |
4646
mkdir data
47-
echo "<?php \$CONFIG = ['objectstore' => ['class' => 'OC\\Files\\ObjectStore\\S3', 'arguments' => [ 'bucket' => 'nextcloud', 'key' => 'minio', 'secret' => 'minio123', 'hostname' => 'localhost', 'port' => 9000, 'use_ssl' => false, 'autocreate' => true, 'use_path_style' => true ]]];" > config/s3.config.php
47+
# echo "<?php \$CONFIG = ['objectstore' => ['class' => 'OC\\Files\\ObjectStore\\S3', 'arguments' => [ 'bucket' => 'nextcloud', 'key' => 'minio', 'secret' => 'minio123', 'hostname' => 'localhost', 'port' => 9000, 'use_ssl' => false, 'autocreate' => true, 'use_path_style' => true ]]];" > config/s3.config.php
4848
echo "<?php \$CONFIG = ['memcache.local' => '\\OC\\Memcache\\APCu', 'memcache.distributed' => '\\OC\\Memcache\\APCu'];" > config/apcu.config.php
4949
./occ maintenance:install --verbose --database=sqlite --database-name=nextcloud --database-host=127.0.0.1 --database-user=root --database-pass=rootpassword --admin-user admin --admin-pass admin
5050
- name: Integration

0 commit comments

Comments
 (0)