Skip to content
Snippets Groups Projects
Commit b4a97293 authored by Olivér FACKLAM's avatar Olivér FACKLAM
Browse files

[Gitlab CI] Remove ldap_credentials.json

parent afd8cadc
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment