mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-10 02:22:57 +01:00
Fix zoekt-dynamic-indexserver zoekt-ci-image
This command was recently changed and the dynamic_server argument was removed so it wasn't starting up.
This commit is contained in:
parent
7872ef28c3
commit
48f74b0097
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/sh -e
|
#!/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
|
zoekt-webserver -index zoekt/test/index -rpc -listen :6070
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue