mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-08 20:29:11 +00:00
Merge pull request #8714 from cmaf/libsh-update-loc
tests: Use function from Kata repo
This commit is contained in:
@@ -57,11 +57,10 @@ run_docs_url_alive_check()
|
|||||||
|
|
||||||
run_get_pr_changed_file_details()
|
run_get_pr_changed_file_details()
|
||||||
{
|
{
|
||||||
clone_tests_repo
|
|
||||||
# Make sure we have the targeting branch
|
# Make sure we have the targeting branch
|
||||||
git remote set-branches --add origin "${branch}"
|
git remote set-branches --add origin "${branch}"
|
||||||
git fetch -a
|
git fetch -a
|
||||||
source "$tests_repo_dir/.ci/lib.sh"
|
source "$kata_repo_dir/tests/common.bash"
|
||||||
get_pr_changed_file_details
|
get_pr_changed_file_details
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user