From 9d709cd726089b508d2887aef5b6b671dd815ff2 Mon Sep 17 00:00:00 2001 From: Jose Carlos Venegas Munoz Date: Fri, 22 Jun 2018 14:41:30 -0500 Subject: [PATCH] ci: Fix static checks call. The script now has new options. Add options to make CI work. Fixes: #438 Signed-off-by: Jose Carlos Venegas Munoz --- .ci/lib.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/lib.sh b/.ci/lib.sh index 8292508c1b..8a828d0da4 100644 --- a/.ci/lib.sh +++ b/.ci/lib.sh @@ -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()