Disable ACCOUNTS_DATA_PATH
This commit is contained in:
+2
-2
@@ -565,7 +565,7 @@ def accountsUITests(ctx, phoenixBranch, phoenixCommitId, storage):
|
||||
'PHOENIX_WEB_CONFIG': '/drone/src/accounts/ui/tests/config/drone/ocis-config.json',
|
||||
'KONNECTD_IDENTIFIER_REGISTRATION_CONF': '/drone/src/accounts/ui/tests/config/drone/identifier-registration.yml',
|
||||
'KONNECTD_ISS': 'https://ocis-server:9200',
|
||||
'STORAGE_STORAGE_METADATA_ROOT': '/srv/app/tmp/ocis/storage/users',
|
||||
#'STORAGE_STORAGE_METADATA_ROOT': '/srv/app/tmp/ocis/storage/users',
|
||||
#'ACCOUNTS_STORAGE_DISK_PATH': '/srv/app/tmp/ocis-accounts', # Temporary workaround, don't use metadata storage
|
||||
},
|
||||
'commands': [
|
||||
@@ -1427,7 +1427,7 @@ def ocisServer(storage):
|
||||
'KONNECTD_IDENTIFIER_REGISTRATION_CONF': '/drone/src/ocis/tests/config/drone/identifier-registration.yml',
|
||||
'KONNECTD_ISS': 'https://ocis-server:9200',
|
||||
'KONNECTD_TLS': 'true',
|
||||
'ACCOUNTS_DATA_PATH': '/srv/app/tmp/ocis-accounts/',
|
||||
#'ACCOUNTS_DATA_PATH': '/srv/app/tmp/ocis-accounts/',
|
||||
},
|
||||
'commands': [
|
||||
'apk add mailcap', # install /etc/mime.types
|
||||
|
||||
Reference in New Issue
Block a user