Skip to content
Snippets Groups Projects
Verified Commit 1dd4ebae authored by Martin Weise's avatar Martin Weise
Browse files

-r (rrrr)

parent 1ff62e68
No related branches found
No related tags found
6 merge requests!345Updated docs and endpoints:,!341Fixed mapping problem where UK and FK share columns they are inserted,!339Fixed mapping problem where UK and FK share columns they are inserted,!338Fixed mapping problem where UK and FK share columns they are inserted,!334Fixed mapping problem where UK and FK share columns they are inserted,!333Fixed mapping problem where UK and FK share columns they are inserted
...@@ -261,8 +261,8 @@ test-search-service: ...@@ -261,8 +261,8 @@ test-search-service:
dependencies: dependencies:
- build-search-service - build-search-service
before_script: before_script:
- "cp ./dbrepo-search-service/init/clients ./dbrepo-search-service/clients" - "cp -r ./dbrepo-search-service/init/clients ./dbrepo-search-service/clients"
- "cp ./dbrepo-search-service/init/omlib ./dbrepo-search-service/omlib" - "cp -r ./dbrepo-search-service/init/omlib ./dbrepo-search-service/omlib"
script: script:
- "pip install pipenv" - "pip install pipenv"
- "pipenv install gunicorn && pipenv install --dev --system --deploy" - "pipenv install gunicorn && pipenv install --dev --system --deploy"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment