From 5eacecffc3245c63a28c40223d07453591ac2cbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Sat, 15 Jul 2023 10:09:10 +0200 Subject: [PATCH] ci: Adjust paths for install_go.sh MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- tests/install_go.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/install_go.sh b/tests/install_go.sh index 90740e015..423363a96 100755 --- a/tests/install_go.sh +++ b/tests/install_go.sh @@ -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)