Skip to content

Commit 6b5566c

Browse files
committed
Silence shellcheck warnings that we're intentionally using
Signed-off-by: Pete Wall <pete.wall@grafana.com>
1 parent bf35d91 commit 6b5566c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/run-integration-test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/usr/bin/env bash
2+
# shellcheck disable=SC2086 # We do a lot of intentional use of unquoted variables.
23
PARENT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)"
34
source "${PARENT_DIR}/scripts/includes/utils.sh"
45
source "${PARENT_DIR}/scripts/includes/logging.sh"

0 commit comments

Comments
 (0)