mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 18:12:55 +01:00
Add zoekt-ci-image
This commit is contained in:
parent
8de66cf7c8
commit
896be72570
3 changed files with 24 additions and 0 deletions
5
assets/zoekt-ci-image/run-zoekt-servers
Executable file
5
assets/zoekt-ci-image/run-zoekt-servers
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh -e
|
||||
|
||||
zoekt-dynamic-indexserver -data_dir zoekt/test/data -index_dir zoekt/test/index -dynamic_server -listen :6060 &
|
||||
|
||||
zoekt-webserver -index zoekt/test/index -rpc -listen :6070
|
||||
Loading…
Add table
Add a link
Reference in a new issue