Merge pull request #439 from jcvenegas/ci-static-fix

ci: Fix static checks call.
This commit is contained in:
Salvador Fuentes
2018-06-22 17:41:37 -05:00
committed by GitHub

View File

@@ -21,7 +21,7 @@ clone_tests_repo()
run_static_checks()
{
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()