Merge pull request #271 from owncloud/ldapIssue

[Tests-Only] Use openldap:1.3.0
This commit is contained in:
Phil Davis
2020-06-16 11:22:49 +05:45
committed by GitHub

View File

@@ -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',