mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 18:12:55 +01:00
Merge branch 'fix-zoekt-ci-image-dynamic-indexserver' into 'master'
Fix zoekt-dynamic-indexserver zoekt-ci-image See merge request https://gitlab.com/gitlab-org/gitlab-build-images/-/merge_requests/632 Merged-by: Rémy Coutable <remy@rymai.me> Approved-by: Rémy Coutable <remy@rymai.me> Reviewed-by: Rémy Coutable <remy@rymai.me> Co-authored-by: Dylan Griffith <dyl.griffith@gmail.com>
This commit is contained in:
commit
ccd8e00291
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
#!/bin/sh -e
|
||||
|
||||
zoekt-dynamic-indexserver -data_dir zoekt/test/data -index_dir zoekt/test/index -dynamic_server -listen :6060 &
|
||||
zoekt-dynamic-indexserver -data_dir zoekt/test/data -index_dir zoekt/test/index -listen :6060 &
|
||||
|
||||
zoekt-webserver -index zoekt/test/index -rpc -listen :6070
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue