From dfef6209aaa38994d279623cb6b1eeb7ad44c80f Mon Sep 17 00:00:00 2001 From: Dax McDonald Date: Tue, 25 Jan 2022 00:20:00 -0700 Subject: [PATCH] Update docsite comment (#30152) --- dev/docsite.sh | 1 + sg.config.yaml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/dev/docsite.sh b/dev/docsite.sh index bdc48f3a0fe..29c296b608a 100755 --- a/dev/docsite.sh +++ b/dev/docsite.sh @@ -4,6 +4,7 @@ set -euf -o pipefail pushd "$(dirname "${BASH_SOURCE[0]}")/.." >/dev/null +# Update DOCSITE_VERSION everywhere in all places (including outside this repo) version=v1.8.5 suffix="${version}_$(go env GOOS)_$(go env GOARCH)" url="https://github.com/sourcegraph/docsite/releases/download/${version}/docsite_${suffix}" diff --git a/sg.config.yaml b/sg.config.yaml index 3ee8ea26597..b125f1ef688 100644 --- a/sg.config.yaml +++ b/sg.config.yaml @@ -336,7 +336,7 @@ commands: -o .bin/docsite_${DOCSITE_VERSION} && chmod +x .bin/docsite_${DOCSITE_VERSION} fi env: - DOCSITE_VERSION: v1.8.5 # make sure to update all DOCSITE_VERSION + DOCSITE_VERSION: v1.8.5 # Update DOCSITE_VERSION in all places (including outside this repo) syntax-highlighter: ignoreStdout: true @@ -1014,4 +1014,4 @@ tests: docsite: cmd: .bin/docsite_${DOCSITE_VERSION} check ./doc env: - DOCSITE_VERSION: v1.8.5 # make sure to update all DOCSITE_VERSION + DOCSITE_VERSION: v1.8.5 # Update DOCSITE_VERSION everywhere in all places (including outside this repo)