diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2019-01-28 14:20:03 +0100 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2019-01-28 14:20:03 +0100 |
commit | 4bd3916445146e6d37cd2e3792e5f98124cc5379 (patch) | |
tree | 6470bd6891f0a0a4ce248870f6c53dd12d178778 /.drone.yml | |
parent | 91b30ada8e377018ec3146d1871d1a9b046f498f (diff) | |
download | nextcloud-server-4bd3916445146e6d37cd2e3792e5f98124cc5379.tar.gz nextcloud-server-4bd3916445146e6d37cd2e3792e5f98124cc5379.zip |
integration test: pages search scenario with multiple bases
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml index 9f08ab16f89..53c09422429 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1087,7 +1087,7 @@ services: matrix: TESTS: acceptance openldap: - image: nextcloudci/openldap:openldap-5 + image: nextcloudci/openldap:openldap-6 environment: - SLAPD_DOMAIN=nextcloud.ci - SLAPD_ORGANIZATION=Nextcloud |