From 5cc0ebefd7a28fad9f355ed834525f424b4e4dff Mon Sep 17 00:00:00 2001 From: Jean-Hadrien Chabran Date: Mon, 23 Oct 2023 21:29:40 +0200 Subject: [PATCH] sg: disable docsite from default start target (#57823) --- sg.config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sg.config.yaml b/sg.config.yaml index 052fa8292e2..6fca76132e6 100644 --- a/sg.config.yaml +++ b/sg.config.yaml @@ -1091,7 +1091,7 @@ commandsets: - syntax-highlighter commands: - web - - docsite + # - docsite # we're hitting port issues with this, see https://github.com/sourcegraph/devx-support/issues/245 - zoekt-index-0 - zoekt-index-1 - zoekt-web-0 @@ -1115,7 +1115,7 @@ commandsets: - searcher - caddy - symbols - - docsite + # - docsite # we're hitting port issues with this, see https://github.com/sourcegraph/devx-support/issues/245 - syntax-highlighter - zoekt-index-0 - zoekt-index-1