Commit a97f5f2f authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Merge branch 'dev' into 'master'

Revisa jobs CI

See merge request redmic-project/auth/openldap!3
parents 64c09936 af468bc4
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -6,10 +6,6 @@ include:
stages:
  - deploy

variables:
  PROJECT_PARENT_NAME: auth

.deploy:
  variables:
    STACK: ${PROJECT_PARENT_NAME}
    SERVICES_TO_CHECK: ${PROJECT_PARENT_NAME}_${CI_PROJECT_NAME}
    STACK: auth
+1 −0
Original line number Diff line number Diff line
@@ -3,6 +3,7 @@ LDAP_DOMAIN=example.org
LDAP_ADMIN_PASSWORD=changeme
LDAP_CONFIG_PASSWORD=changeme
LDAP_TLS=false

DATA_VOL_NAME=openldap-data-vol
CONFIG_VOL_NAME=openldap-config-vol

+1 −1

File changed.

Contains only whitespace changes.