mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-21 21:18:54 +00:00
tests: Import common.bash
in run_kubernetes_tests.sh
Not sure why this works in GHA, but the `info` call on line 65 would fail locally. Signed-off-by: Aurélien Bombo <abombo@microsoft.com>
This commit is contained in:
parent
d7f04a64a0
commit
350f3f70b7
@ -8,6 +8,7 @@
|
|||||||
set -e
|
set -e
|
||||||
|
|
||||||
kubernetes_dir=$(dirname "$(readlink -f "$0")")
|
kubernetes_dir=$(dirname "$(readlink -f "$0")")
|
||||||
|
source "${kubernetes_dir}/../../common.bash"
|
||||||
|
|
||||||
TARGET_ARCH="${TARGET_ARCH:-x86_64}"
|
TARGET_ARCH="${TARGET_ARCH:-x86_64}"
|
||||||
KATA_HYPERVISOR="${KATA_HYPERVISOR:-qemu}"
|
KATA_HYPERVISOR="${KATA_HYPERVISOR:-qemu}"
|
||||||
|
Loading…
Reference in New Issue
Block a user