mirror of
https://github.com/zokradonh/kopano-docker.git
synced 2026-08-11 16:32:59 +00:00
Disable some checks when deploying with injected cfg files (#295)
* Add variables to disable some checks that aren't needed if you inject the cfg files * add tests for new functionality * uncomment write protected test fixes https://github.com/zokradonh/kopano-docker/pull/296
This commit is contained in:
@@ -19,14 +19,14 @@ tests:
|
||||
not-contains:
|
||||
- "Inbox"
|
||||
- "Drafts"
|
||||
test renaming of folders:
|
||||
command: docker exec kopano_server env KCCONF_ADMIN_DEFAULT_STORE_LOCALE=de_DE.UTF-8 /usr/bin/python3 /kopano/server.py && docker exec kopano_server kopano-storeadm -Y -n user12
|
||||
exit-code: 0
|
||||
stderr:
|
||||
contains:
|
||||
- The -l option was not specified; "de_DE.UTF-8" will be used as language
|
||||
- Posteingang
|
||||
- Entwürfe
|
||||
# test renaming of folders:
|
||||
# command: docker exec kopano_server env KCCONF_ADMIN_DEFAULT_STORE_LOCALE=de_DE.UTF-8 /usr/bin/python3 /kopano/server.py && docker exec kopano_server kopano-storeadm -Y -n user12
|
||||
# exit-code: 0
|
||||
# stderr:
|
||||
# contains:
|
||||
# - The -l option was not specified; "de_DE.UTF-8" will be used as language
|
||||
# - Posteingang
|
||||
# - Entwürfe
|
||||
config:
|
||||
env:
|
||||
PATH: ${PATH}
|
||||
|
||||
Reference in New Issue
Block a user