Change submodule name in drone config

This commit is contained in:
Michael Barz
2020-10-06 09:06:24 +02:00
parent 5c3d0bcc2a
commit 889ad03fec

View File

@@ -5,7 +5,7 @@ config = {
'konnectd':'',
'ocis-phoenix':'',
'ocis-pkg':'',
'ocis-reva':'',
'storage':'',
'ocs':'',
'proxy':'',
'settings':'frontend',
@@ -1161,9 +1161,9 @@ def ocisServer(storage):
'STORAGE_STORAGE_OC_DRIVER': '%s' % (storage),
'STORAGE_STORAGE_OC_DATA_DRIVER': '%s' % (storage),
'STORAGE_STORAGE_HOME_DATA_TEMP_FOLDER': '/srv/app/tmp/',
'STORAGE_STORAGE_OCIS_ROOT': '/srv/app/tmp/ocis/storage/users/nodes/root/',
'STORAGE_STORAGE_OCIS_ROOT': '/srv/app/tmp/ocis/storage/users',
'STORAGE_STORAGE_LOCAL_ROOT': '/srv/app/tmp/ocis/local/root',
'STORAGE_STORAGE_OWNCLOUD_DATADIR': '/srv/app/tmp/ocis/ownclooud',
'STORAGE_STORAGE_OWNCLOUD_DATADIR': '/srv/app/tmp/ocis/owncloud',
'STORAGE_STORAGE_OC_DATA_TEMP_FOLDER': '/srv/app/tmp/',
'STORAGE_STORAGE_OWNCLOUD_REDIS_ADDR': 'redis:6379',
'STORAGE_LDAP_IDP': 'https://ocis-server:9200',