Skip to content

Commit

Permalink
Merge pull request #271 from owncloud/ldapIssue
Browse files Browse the repository at this point in the history
[Tests-Only] Use openldap:1.3.0
  • Loading branch information
phil-davis authored Jun 16, 2020
2 parents b443db2 + e711c86 commit 9367d2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down Expand Up @@ -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',
Expand Down

0 comments on commit 9367d2a

Please sign in to comment.