diff options
author | Fabian Groffen <grobian@gentoo.org> | 2024-03-30 12:59:03 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2024-03-30 12:59:03 +0100 |
commit | 198171d5f421bdf77b91f1acf9830690fa69fb12 (patch) | |
tree | 9e16506899d7a03bbf4e62ab7cce21326e68da65 /scripts/auto-bootstraps/process_uploads.sh | |
parent | github: run latest shellcheck (diff) | |
download | prefix-198171d5f421bdf77b91f1acf9830690fa69fb12.tar.gz prefix-198171d5f421bdf77b91f1acf9830690fa69fb12.tar.bz2 prefix-198171d5f421bdf77b91f1acf9830690fa69fb12.zip |
scripts/auto-bootstraps/process_uploads: silence SC1091
the local script being sourced is supposed for local instance overrides,
and thus not available in the tree
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'scripts/auto-bootstraps/process_uploads.sh')
-rwxr-xr-x | scripts/auto-bootstraps/process_uploads.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/auto-bootstraps/process_uploads.sh b/scripts/auto-bootstraps/process_uploads.sh index fae40dddef..8a71d296a4 100755 --- a/scripts/auto-bootstraps/process_uploads.sh +++ b/scripts/auto-bootstraps/process_uploads.sh @@ -1,4 +1,5 @@ #!/usr/bin/env bash +#shellcheck disable=SC1091 UPLOADDIR="./uploads" RESULTSDIR="./results" |