mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
build: add shellcheck source=build.env in deploy.sh
added `# shellcheck source=build.env` in deploy.sh
to fix shellcheck SC1090 failure.
Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
(cherry picked from commit e26eff81a7
)
This commit is contained in:
parent
b73e8a676c
commit
c92eca57d5
@ -4,6 +4,7 @@ set -e
|
|||||||
|
|
||||||
# shellcheck source=scripts/build_step.inc.sh
|
# shellcheck source=scripts/build_step.inc.sh
|
||||||
source "$(dirname "${0}")/scripts/build_step.inc.sh"
|
source "$(dirname "${0}")/scripts/build_step.inc.sh"
|
||||||
|
# shellcheck source=build.env
|
||||||
source "$(dirname "${0}")/build.env"
|
source "$(dirname "${0}")/build.env"
|
||||||
|
|
||||||
BRANCH_NAME=${BRANCH_NAME:-""}
|
BRANCH_NAME=${BRANCH_NAME:-""}
|
||||||
|
Loading…
Reference in New Issue
Block a user