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:
Jose Carlos Venegas Munoz 2018-06-22 14:41:30 -05:00
parent 4f102f8e8f
commit 9d709cd726

View File

@ -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()