mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 14:51:44 +00:00
bazel: fix checks in sg.config (#49491)
`sg.config.yaml` was referring to a check that doesn't exist anymore - it should use the `bazelisk` check instead ## Test plan `sg start oss-bazel` started without the error `check 'bazel' not found` <!-- All pull requests REQUIRE a test plan: https://docs.sourcegraph.com/dev/background-information/testing_principles -->
This commit is contained in:
parent
26299ec302
commit
cc8324aa5c
@ -1009,7 +1009,7 @@ commandsets:
|
||||
- redis
|
||||
- postgres
|
||||
- git
|
||||
- bazel
|
||||
- bazelisk
|
||||
- ibazel
|
||||
bazelCommands:
|
||||
- oss-frontend
|
||||
@ -1062,7 +1062,7 @@ commandsets:
|
||||
- redis
|
||||
- postgres
|
||||
- git
|
||||
- bazel
|
||||
- bazelisk
|
||||
- ibazel
|
||||
bazelCommands:
|
||||
- frontend
|
||||
@ -1128,7 +1128,7 @@ commandsets:
|
||||
- redis
|
||||
- postgres
|
||||
- git
|
||||
- bazel
|
||||
- bazelisk
|
||||
- ibazel
|
||||
bazelCommands:
|
||||
- frontend
|
||||
|
||||
Loading…
Reference in New Issue
Block a user