mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-28 16:27:50 +00:00
ci: Fix static checks call.
The script now has new options. Add options to make CI work. Fixes: #438 Signed-off-by: Jose Carlos Venegas Munoz <jose.carlos.venegas.munoz@intel.com>
This commit is contained in:
parent
4f102f8e8f
commit
9d709cd726
@ -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