File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -28,18 +28,18 @@ before_install:
28
28
29
29
install :
30
30
- >
31
- docker run
32
- --hostname ldap.example.org
33
- --env LDAP_TLS_VERIFY_CLIENT=try
34
- -p 389:389
35
- -p 636:636
36
- -v $(pwd)/test/fixtures/seed.ldif:/container/service/slapd/assets/config/bootstrap/ldif/50-bootstrap.ldif
37
- -v $(pwd)/test/fixtures/openldap/retcode.ldif:/container/service/slapd/assets/config/bootstrap/ldif/06-retcodes.ldif
38
- --name openldap
39
- --detach
40
- osixia/openldap:1.3.0
41
- --copy-service
42
- --loglevel debug
31
+ docker run \
32
+ --hostname ldap.example.org \
33
+ --env LDAP_TLS_VERIFY_CLIENT=try \
34
+ -p 389:389 \
35
+ -p 636:636 \
36
+ -v $(pwd)/test/fixtures/seed.ldif:/container/service/slapd/assets/config/bootstrap/ldif/50-bootstrap.ldif \
37
+ -v $(pwd)/test/fixtures/openldap/retcode.ldif:/container/service/slapd/assets/config/bootstrap/ldif/06-retcodes.ldif \
38
+ --name openldap \
39
+ --detach \
40
+ osixia/openldap:1.3.0 \
41
+ --copy-service \
42
+ --loglevel debug \
43
43
- bundle install
44
44
45
45
script : bundle exec rake ci
You can’t perform that action at this time.
0 commit comments