mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 18:51:59 +00:00
app does not require syntax-highlighter or docker (anymore) (#48685)
We can remove these from the `sg start app` list of prereqs/services. ## Test plan Run `sg start app`.
This commit is contained in:
parent
984bdaa365
commit
02c5661991
@ -1379,14 +1379,11 @@ commandsets:
|
||||
app:
|
||||
requiresDevPrivate: true
|
||||
checks:
|
||||
- docker
|
||||
- git
|
||||
commands:
|
||||
- sourcegraph
|
||||
- docsite
|
||||
- web
|
||||
# TODO: App's dependency on syntax-highlighter will be removed.
|
||||
- syntax-highlighter
|
||||
- caddy
|
||||
|
||||
tests:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user