mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-13 12:59:36 +00:00
@@ -16,6 +16,9 @@ clone_tests_repo()
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
go get -d -u "$tests_repo" || true
|
go get -d -u "$tests_repo" || true
|
||||||
|
if [ -n "${TRAVIS_BRANCH:-}" ]; then
|
||||||
|
( cd "${tests_repo_dir}" && git checkout "${TRAVIS_BRANCH}" )
|
||||||
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
run_static_checks()
|
run_static_checks()
|
||||||
|
Reference in New Issue
Block a user