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:
2828
2929install :
3030 - >
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 \
4343 - bundle install
4444
4545script : bundle exec rake ci
You can’t perform that action at this time.
0 commit comments