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
commit 47caba8370
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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