Merge pull request #180 from chavafg/topic/static-checks

CI: update static-checks.sh call
This commit is contained in:
GabyCT 2018-06-22 15:47:20 -05:00 committed by GitHub
commit 2f2be68d1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,5 +21,5 @@ 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/documentation"
}