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

Commit

Permalink
CI: update static-checks.sh call
Browse files Browse the repository at this point in the history
Now static-checks.sh needs to have the
repository name as arguments.

Fixes #79.

Signed-off-by: Salvador Fuentes <salvador.fuentes@intel.com>
  • Loading branch information
chavafg committed Jun 22, 2018
1 parent a69326b commit 904d542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/lib.sh
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/proxy"
}

run_go_test()
Expand Down

0 comments on commit 904d542

Please sign in to comment.