mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-28 00:07:16 +00:00
Merge pull request #439 from jcvenegas/ci-static-fix
ci: Fix static checks call.
This commit is contained in:
commit
47caba8370
@ -21,7 +21,7 @@ clone_tests_repo()
|
|||||||
run_static_checks()
|
run_static_checks()
|
||||||
{
|
{
|
||||||
clone_tests_repo
|
clone_tests_repo
|
||||||
bash "$tests_repo_dir/.ci/static-checks.sh"
|
bash "$tests_repo_dir/.ci/static-checks.sh" "github.com/kata-containers/runtime"
|
||||||
}
|
}
|
||||||
|
|
||||||
run_go_test()
|
run_go_test()
|
||||||
|
Loading…
Reference in New Issue
Block a user