mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 17:11:49 +00:00
Add env variable to embeddings cmd in sg.config.yaml (#49973)
This commit is contained in:
parent
0bb3af7f24
commit
aa7372e181
@ -372,7 +372,9 @@ commands:
|
||||
- enterprise/internal/rockskip
|
||||
|
||||
embeddings:
|
||||
cmd: .bin/embeddings
|
||||
cmd: |
|
||||
export SOURCEGRAPH_LICENSE_GENERATION_KEY=$(cat ../dev-private/enterprise/dev/test-license-generation-key.pem)
|
||||
.bin/embeddings
|
||||
install: |
|
||||
if [ -n "$DELVE" ]; then
|
||||
export GCFLAGS='all=-N -l'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user