CI: update static-checks.sh call

Now static-checks.sh needs to have the
repository name as arguments.

Fixes #179.

Signed-off-by: Salvador Fuentes <salvador.fuentes@intel.com>
This commit is contained in:
Salvador Fuentes 2018-06-22 15:20:27 -05:00
parent bc6d9970f6
commit 7adbfa935e

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"
}