mirror of
https://github.com/sobolevn/git-secret
synced 2024-10-31 21:20:29 +00:00
fixed shellcheck issues
This commit is contained in:
parent
c83f41e6e2
commit
db0f2e1940
@ -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…
Reference in New Issue
Block a user