Implement LDAP authentication
This commit is contained in:
parent
6ed5740f6f
commit
4ce46ff2a0
17 changed files with 232 additions and 15 deletions
|
|
@ -148,6 +148,8 @@ test_api:
|
|||
- branches
|
||||
before_script:
|
||||
- cd api
|
||||
- apt-get update
|
||||
- grep "^[^#;]" requirements.apt | grep -Fv "python3-dev" | xargs apt-get install -y --no-install-recommends
|
||||
- pip install -r requirements/base.txt
|
||||
- pip install -r requirements/local.txt
|
||||
- pip install -r requirements/test.txt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue