fixed shellcheck issues

pull/48/head
sobolevn 8 years ago
parent c83f41e6e2
commit db0f2e1940
No known key found for this signature in database
GPG Key ID: FF672D568AE3C73E

@ -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

@ -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"

@ -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`:

@ -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"

@ -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:

@ -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"

@ -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`:

Loading…
Cancel
Save