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:
William Bezuidenhout 2023-03-16 11:54:01 +02:00 committed by GitHub
parent 26299ec302
commit cc8324aa5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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