Update CI/CD to use specific test ldap instance

This commit is contained in:
Deon George 2023-04-03 09:45:06 +10:00
parent 02f3152ffd
commit 409b0301dc
2 changed files with 2 additions and 4 deletions

View File

@ -43,7 +43,7 @@ PUSHER_APP_CLUSTER=mt1
MIX_PUSHER_APP_KEY="${PUSHER_APP_KEY}"
MIX_PUSHER_APP_CLUSTER="${PUSHER_APP_CLUSTER}"
LDAP_HOST=ldap
LDAP_HOST=test_ldap
LDAP_PORT=389
LDAP_BASE_DN="dc=Test"
LDAP_USERNAME="cn=admin,dc=Test"

View File

@ -7,7 +7,7 @@ test:
# resulting in the testing to fail on the first run.
services:
- name: osixia/openldap:latest
alias: ldap
alias: test_ldap
command: ["--loglevel","debug"]
variables:
@ -16,8 +16,6 @@ test:
LDAP_BASE_DN: "dc=Test"
LDAP_DOMAIN: "Test"
LDAP_ADMIN_PASSWORD: test
LDAP_HOST: ldap
LDAP_PORT: 389
#CI_DEBUG_SERVICES: "true"
tags: