From b4a97293b8ba7e4213c1b639fb96bd7fa7fb1de3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliv=C3=A9r=20FACKLAM?= <oliver.facklam@polytechnique.edu> Date: Sat, 13 Apr 2019 16:55:46 +0200 Subject: [PATCH] [Gitlab CI] Remove ldap_credentials.json --- .gitlab-ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 821351a..a80690a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,7 +16,6 @@ variables: cache: paths: - node_modules/ - - ldap_credentials.json stages: - build @@ -38,7 +37,6 @@ tests:mocha: stage: tests script: - npm ci && npm i -g knex - - echo '{"dn":"dn", "passwd":"passwd"}' >> ldap_credentials.json # set up to use ldap, not ldaps - export LDAP_URI=ldap://ldapdev.eleves.polytechnique.fr:389 - export LDAP_DN=uid=sigma,ou=services,dc=frankiz,dc=net -- GitLab