Disable ACCOUNTS_DATA_PATH

This commit is contained in:
Ilja Neumann
2020-10-14 19:07:56 +02:00
parent f272bb243b
commit c9f0cdd256
+2 -2
View File
@@ -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