From 1062a904c1108da2d2a09a83e2723710bbfb673c Mon Sep 17 00:00:00 2001 From: Doug Goldstein Date: Tue, 15 Oct 2024 16:07:20 -0500 Subject: [PATCH] chore: allow shellcheck operation we want --- scripts/gitops-deploy.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/gitops-deploy.sh b/scripts/gitops-deploy.sh index 3d2224df..d8ba7c16 100755 --- a/scripts/gitops-deploy.sh +++ b/scripts/gitops-deploy.sh @@ -27,6 +27,7 @@ fi # set temp path so we can reset it after import UC_REPO_PATH="$(cd "${SCRIPTS_DIR}" && git rev-parse --show-toplevel)" +# shellcheck disable=SC1090 . "$1" # set the value again after import