mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-21 17:34:31 +00:00
tests/k8s: fix shellcheck SC1091 in confidential_kbs.sh
Fixed "note: Not following: ./../../../tools/packaging/guest-image/lib_se.sh: openBinaryFile: does not exist (No such file or directory) [SC1091]" Signed-off-by: Wainer dos Santos Moschetta <wainersm@redhat.com>
This commit is contained in:
parent
c9fb0b9c85
commit
ddf333feaf
@ -13,6 +13,7 @@ kubernetes_dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
|||||||
source "${kubernetes_dir}/../../gha-run-k8s-common.sh"
|
source "${kubernetes_dir}/../../gha-run-k8s-common.sh"
|
||||||
# shellcheck disable=1091
|
# shellcheck disable=1091
|
||||||
source "${kubernetes_dir}/../../../tests/common.bash"
|
source "${kubernetes_dir}/../../../tests/common.bash"
|
||||||
|
# shellcheck disable=1091
|
||||||
source "${kubernetes_dir}/../../../tools/packaging/guest-image/lib_se.sh"
|
source "${kubernetes_dir}/../../../tools/packaging/guest-image/lib_se.sh"
|
||||||
# For kata-runtime
|
# For kata-runtime
|
||||||
export PATH="${PATH}:/opt/kata/bin"
|
export PATH="${PATH}:/opt/kata/bin"
|
||||||
|
Loading…
Reference in New Issue
Block a user