From de8dcf5080321448f1188b2c21654397d0680413 Mon Sep 17 00:00:00 2001 From: Emilio Lahr-Vivaz Date: Fri, 20 Sep 2024 10:39:32 -0400 Subject: [PATCH] disable shellcheck trying to follow virtualenv --- build/scripts/do-release.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build/scripts/do-release.sh b/build/scripts/do-release.sh index d80017248502..99c475e4ffd2 100755 --- a/build/scripts/do-release.sh +++ b/build/scripts/do-release.sh @@ -56,6 +56,7 @@ if ! [[ $(which virtualenv) ]]; then fi # configure virtualenv for building the docs +# shellcheck disable=SC1091 virtualenv .sphinx && source .sphinx/bin/activate && pip install -r docs/requirements.txt # get current branch we're releasing off