mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 15:12:02 +00:00
sg: Make sg start boot up enterprise environment (#22795)
The people on Slack [have spoken](https://sourcegraph.slack.com/archives/C01N83PS4TU/p1626167506183100) and we all want the same thing: `sg start` should boot up the enterprise environment. `sg run-set oss` will boot up the open-source environment.
This commit is contained in:
parent
40c2e8e3b6
commit
5e10397f72
@ -499,7 +499,7 @@ checks:
|
||||
commandsets:
|
||||
# TODO: Should we be able to define "env" vars _per set_?
|
||||
|
||||
default:
|
||||
oss:
|
||||
- frontend
|
||||
- worker
|
||||
- repo-updater
|
||||
@ -517,7 +517,7 @@ commandsets:
|
||||
- zoekt-webserver-0
|
||||
- zoekt-webserver-1
|
||||
|
||||
enterprise:
|
||||
enterprise: &enterprise_set
|
||||
- enterprise-frontend
|
||||
- enterprise-worker
|
||||
- enterprise-repo-updater
|
||||
@ -536,6 +536,8 @@ commandsets:
|
||||
- zoekt-webserver-1
|
||||
- executor-queue
|
||||
|
||||
default: *enterprise_set
|
||||
|
||||
enterprise-codeintel:
|
||||
- enterprise-frontend
|
||||
- enterprise-worker
|
||||
|
||||
Loading…
Reference in New Issue
Block a user