Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
ci: Fix static checks call.
Browse files Browse the repository at this point in the history
The script now has new options.

Add options to make CI work.

Fixes: #438

Signed-off-by: Jose Carlos Venegas Munoz <[email protected]>
  • Loading branch information
jcvenegas committed Jun 22, 2018
1 parent 4f102f8 commit 9d709cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 9d709cd

Please sign in to comment.