diff --git a/utils/deb/deb-build.sh b/utils/deb/deb-build.sh index 46692a7c..3c433b06 100755 --- a/utils/deb/deb-build.sh +++ b/utils/deb/deb-build.sh @@ -2,8 +2,7 @@ set -e -# shellcheck source=./utils/build-utils.sh -# shellcheck disable=SC1091 +# shellcheck disable=SC1090,SC1091 source "${SECRET_PROJECT_ROOT}/utils/build-utils.sh" preinstall_files diff --git a/utils/deb/deb-ci.sh b/utils/deb/deb-ci.sh index 198896d6..571003b3 100644 --- a/utils/deb/deb-ci.sh +++ b/utils/deb/deb-ci.sh @@ -7,8 +7,7 @@ set -e # 2. It does not use `sudo` or anything # 3. If you would like to install `.deb` package on your system, see `Installation` -# shellcheck source=./utils/build-utils.sh -# shellcheck disable=SC1091 +# shellcheck disable=SC1090,SC1091 source "${SECRET_PROJECT_ROOT}/utils/build-utils.sh" # This folder should contain just one .deb file: @@ -35,6 +34,5 @@ function integration_tests { integration_tests # Unit tests: -# shellcheck source=./utils/tests.sh -# shellcheck disable=SC1091 +# shellcheck disable=SC1090,SC1091 source "${SECRET_PROJECT_ROOT}/utils/tests.sh" diff --git a/utils/deb/deb-deploy.sh b/utils/deb/deb-deploy.sh index ffd367ff..961468be 100755 --- a/utils/deb/deb-deploy.sh +++ b/utils/deb/deb-deploy.sh @@ -2,8 +2,7 @@ set -e -# shellcheck source=./utils/build-utils.sh -# shellcheck disable=SC1091 +# shellcheck disable=SC1090,SC1091 source "${SECRET_PROJECT_ROOT}/utils/build-utils.sh" # Variables, which will be used in `bintray.json`: diff --git a/utils/make/make-ci.sh b/utils/make/make-ci.sh index 81f00409..61441cb3 100644 --- a/utils/make/make-ci.sh +++ b/utils/make/make-ci.sh @@ -28,6 +28,5 @@ function integration_tests { integration_tests # Unit tests: -# shellcheck source=./utils/tests.sh -# shellcheck disable=SC1091 +# shellcheck disable=SC1090,SC1091 source "${SECRET_PROJECT_ROOT}/utils/tests.sh" diff --git a/utils/rpm/rpm-build.sh b/utils/rpm/rpm-build.sh index 9d723570..09434943 100644 --- a/utils/rpm/rpm-build.sh +++ b/utils/rpm/rpm-build.sh @@ -2,8 +2,7 @@ set -e -# shellcheck source=./utils/build-utils.sh -# shellcheck disable=SC1091 +# shellcheck disable=SC1090,SC1091 source "${SECRET_PROJECT_ROOT}/utils/build-utils.sh" # Copying all the required files to the build directory: diff --git a/utils/rpm/rpm-ci.sh b/utils/rpm/rpm-ci.sh index 28dd7d78..4bb7c4ac 100644 --- a/utils/rpm/rpm-ci.sh +++ b/utils/rpm/rpm-ci.sh @@ -7,8 +7,7 @@ set -e # 2. It does not use `sudo` or anything # 3. If you would like to install `.rpm` package on your system, see `Installation` -# shellcheck source=./utils/build-utils.sh -# shellcheck disable=SC1091 +# shellcheck disable=SC1090,SC1091 source "${SECRET_PROJECT_ROOT}/utils/build-utils.sh" # This folder should contain just one .rpm file: @@ -32,6 +31,5 @@ function integration_tests { integration_tests # Unit tests: -# shellcheck source=./utils/tests.sh -# shellcheck disable=SC1091 +# shellcheck disable=SC1090,SC1091 source "${SECRET_PROJECT_ROOT}/utils/tests.sh" diff --git a/utils/rpm/rpm-deploy.sh b/utils/rpm/rpm-deploy.sh index 93927849..1fe69396 100644 --- a/utils/rpm/rpm-deploy.sh +++ b/utils/rpm/rpm-deploy.sh @@ -2,8 +2,7 @@ set -e -# shellcheck source=./utils/build-utils.sh -# shellcheck disable=SC1091 +# shellcheck disable=SC1090,SC1091 source "${SECRET_PROJECT_ROOT}/utils/build-utils.sh" # Variables, which will be used in `bintray.json`: