mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 18:12:55 +01:00
This command was recently changed and the dynamic_server argument was removed so it wasn't starting up.
5 lines
170 B
Bash
Executable file
5 lines
170 B
Bash
Executable file
#!/bin/sh -e
|
|
|
|
zoekt-dynamic-indexserver -data_dir zoekt/test/data -index_dir zoekt/test/index -listen :6060 &
|
|
|
|
zoekt-webserver -index zoekt/test/index -rpc -listen :6070
|