mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 15:31:48 +00:00
chore: enable code insights in sg start enterprise (#55172)
This was excluded for historical reasons that no longer apply. This will reduce confusion when people try to start code insights locally. ## Test plan Code Insights starts with `sg start enterprise` <!-- All pull requests REQUIRE a test plan: https://docs.sourcegraph.com/dev/background-information/testing_principles -->
This commit is contained in:
parent
294fe3df22
commit
64b589761c
@ -1024,6 +1024,9 @@ commandsets:
|
||||
- zoekt-web-1
|
||||
- blobstore
|
||||
- embeddings
|
||||
env:
|
||||
DISABLE_CODE_INSIGHTS_HISTORICAL: false
|
||||
DISABLE_CODE_INSIGHTS: false
|
||||
|
||||
enterprise-e2e:
|
||||
<<: *enterprise_set
|
||||
|
||||
Loading…
Reference in New Issue
Block a user