Merge pull request #121 from jodh-intel/fix-static-checks

CI: Fix static-checks script invocation
This commit is contained in:
Graham Whaley 2018-06-25 13:56:03 +01:00 committed by GitHub
commit 8e577c19d6
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/osbuilder"
}
install_bats()