Skip to content

Commit 3de0ded

Browse files
committed
Disable shellcheck SC1090
We use `REPO_DIR` in file paths when sourcing so shellcheck cannot find the files. Disable the lint. (I thought -x used to shoosh this warning but it doesn't seem to be doing so.)
1 parent a14c1d2 commit 3de0ded

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ci/run_task.sh

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
#!/usr/bin/env bash
22
#
33
# Script used to run CI jobs, can also be used from the command line.
4+
#
5+
# disable can't follow non-constant source (because paths use $REPO_DIR).
6+
# shellcheck disable=SC1090
47

58
set -euox pipefail
69

0 commit comments

Comments
 (0)