Skip to content
This repository has been archived by the owner on Jan 18, 2021. It is now read-only.

Commit

Permalink
Merge pull request #73 from owncloud/runLDAPAsService
Browse files Browse the repository at this point in the history
[Tests-only] run LDAP as service in CI
  • Loading branch information
phil-davis authored Feb 4, 2020
2 parents 4f4ab27 + 5a87e5d commit 7e3b59d
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -126,19 +126,6 @@ def testing(ctx):
},
},
},
{
'name': 'ldap',
'image': 'osixia/openldap',
'pull': 'always',
'detach': True,
'environment': {
'LDAP_DOMAIN': 'owncloud.com',
'LDAP_ORGANISATION': 'owncloud',
'LDAP_ADMIN_PASSWORD': 'admin',
'LDAP_TLS_VERIFY_CLIENT': 'never',
'HOSTNAME': 'ldap'
},
},
{
'name': 'reva-server',
'image': 'webhippie/golang:1.13',
Expand Down Expand Up @@ -201,6 +188,20 @@ def testing(ctx):
]
},
],
'services': [
{
'name': 'ldap',
'image': 'osixia/openldap',
'pull': 'always',
'environment': {
'LDAP_DOMAIN': 'owncloud.com',
'LDAP_ORGANISATION': 'owncloud',
'LDAP_ADMIN_PASSWORD': 'admin',
'LDAP_TLS_VERIFY_CLIENT': 'never',
'HOSTNAME': 'ldap'
},
},
],
'volumes': [
{
'name': 'gopath',
Expand Down

0 comments on commit 7e3b59d

Please sign in to comment.