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 v1.1
This commit is contained in:
parent
f1d7f29deb
commit
1101f8b81d
3 changed files with 32 additions and 0 deletions
5
assets/zoekt-ci-image/run-zoekt-servers-1.1
Executable file
5
assets/zoekt-ci-image/run-zoekt-servers-1.1
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh -e
|
||||
|
||||
gitlab-zoekt-indexer -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