From bd1488167f3bb63a56235a0df8fafff18656a463 Mon Sep 17 00:00:00 2001 From: Michael Bahr <1830132+bahrmichael@users.noreply.github.com> Date: Wed, 10 Jul 2024 08:56:25 +0200 Subject: [PATCH] fix: remove watch path that's gone (#63746) https://github.com/sourcegraph/sourcegraph/pull/63736 removed rockskip files, which lead to `sg start` failing because it was still watching those. This PR removes the watch and lets `sg start` succeed again. ## Test plan Existing CI, manual test of `sg start` ## Changelog --- sg.config.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/sg.config.yaml b/sg.config.yaml index 98ec6c27cac..5cc182f76ae 100644 --- a/sg.config.yaml +++ b/sg.config.yaml @@ -255,7 +255,6 @@ commands: - lib - internal - cmd/symbols - - internal/rockskip embeddings: cmd: |