ci: Adjust paths for install_go.sh

Let's adjust paths for what we source and the scripts we call, after
moving from the tests repo to this one.

Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
Fabiano Fidêncio 2023-07-15 10:09:10 +02:00
parent 8ed1595f96
commit 5eacecffc3

View File

@ -16,7 +16,7 @@ force=""
USE_VERSIONS_FILE=""
PROJECT="Kata Containers"
source "${script_dir}/lib.sh"
source "${script_dir}/common.bash"
install_dest="/usr/local/"
@ -87,7 +87,7 @@ if command -v go; then
fi
fi
goarch=$("${script_dir}/kata-arch.sh" --golang)
goarch=$("${repo_root_dir}/tests/kata-arch.sh" --golang)
info "Download go version ${go_version}"
kernel_name=$(uname -s)