Skip to content

Commit

Permalink
Merge pull request kata-containers#275 from chavafg/topic/static-checks
Browse files Browse the repository at this point in the history
CI: update static-checks.sh in .ci/lib.sh
  • Loading branch information
jodh-intel authored Jun 25, 2018
2 parents 7de74f3 + a589bdb commit 91ca2f0
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/agent"
}

run_go_test()
Expand Down

0 comments on commit 91ca2f0

Please sign in to comment.