mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-29 12:14:48 +00:00
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:
parent
8ed1595f96
commit
5eacecffc3
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user