Merge pull request #8714 from cmaf/libsh-update-loc

tests: Use function from Kata repo
This commit is contained in:
Fabiano Fidêncio
2023-12-21 12:30:31 -03:00
committed by GitHub

View File

@@ -57,11 +57,10 @@ run_docs_url_alive_check()
run_get_pr_changed_file_details()
{
clone_tests_repo
# Make sure we have the targeting branch
git remote set-branches --add origin "${branch}"
git fetch -a
source "$tests_repo_dir/.ci/lib.sh"
source "$kata_repo_dir/tests/common.bash"
get_pr_changed_file_details
}