mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 15:12:02 +00:00
sg: set license generation key for codeintel-worker (#41302)
This commit is contained in:
parent
65daae3701
commit
ab2305a4d2
@ -435,7 +435,9 @@ commands:
|
||||
cmd: env PATH="${PWD}/.bin:$PATH" .bin/zoekt-webserver -index "$HOME/.sourcegraph/zoekt/index-1" -pprof -rpc -listen "127.0.0.1:3071"
|
||||
|
||||
codeintel-worker:
|
||||
cmd: .bin/codeintel-worker
|
||||
cmd: |
|
||||
export SOURCEGRAPH_LICENSE_GENERATION_KEY=$(cat ../dev-private/enterprise/dev/test-license-generation-key.pem)
|
||||
.bin/codeintel-worker
|
||||
install: |
|
||||
if [ -n "$DELVE" ]; then
|
||||
export GCFLAGS='all=-N -l'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user