mirror of
https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk.git
synced 2025-12-08 16:28:36 +01:00
ci(userimport): Disable certificate verification for user import
This commit is contained in:
committed by
Dominik Kaminski
parent
31a22f38cc
commit
ef7e3d225d
@@ -548,7 +548,8 @@ import-default-accounts:
|
|||||||
--admin_enable_fileshare True \
|
--admin_enable_fileshare True \
|
||||||
--admin_enable_knowledgemanagement True \
|
--admin_enable_knowledgemanagement True \
|
||||||
--admin_enable_projectmanagement True \
|
--admin_enable_projectmanagement True \
|
||||||
--create_admin_accounts True
|
--create_admin_accounts True \
|
||||||
|
--verify_certificate False
|
||||||
|
|
||||||
run-tests:
|
run-tests:
|
||||||
stage: "post-execute"
|
stage: "post-execute"
|
||||||
|
|||||||
Reference in New Issue
Block a user