mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-25 05:58:38 -06:00
Merge pull request #271 from owncloud/ldapIssue
[Tests-Only] Use openldap:1.3.0
This commit is contained in:
@@ -121,7 +121,7 @@ def apiTests(ctx, coreBranch = 'master', coreCommit = ''):
|
||||
'services': [
|
||||
{
|
||||
'name': 'ldap',
|
||||
'image': 'osixia/openldap',
|
||||
'image': 'osixia/openldap:1.3.0',
|
||||
'pull': 'always',
|
||||
'environment': {
|
||||
'LDAP_DOMAIN': 'owncloud.com',
|
||||
@@ -329,7 +329,7 @@ def testing(ctx):
|
||||
'services': [
|
||||
{
|
||||
'name': 'ldap',
|
||||
'image': 'osixia/openldap',
|
||||
'image': 'osixia/openldap:1.3.0',
|
||||
'pull': 'always',
|
||||
'environment': {
|
||||
'LDAP_DOMAIN': 'owncloud.com',
|
||||
|
||||
Reference in New Issue
Block a user