Merge pull request #76 from grahamwhaley/20180323_tests_repo

ci: lib: allow override of tests_repo
This commit is contained in:
Salvador Fuentes
2018-03-23 08:51:19 -06:00
committed by GitHub

View File

@@ -3,7 +3,7 @@
#
# SPDX-License-Identifier: Apache-2.0
export tests_repo="github.com/kata-containers/tests"
export tests_repo="${tests_repo:-github.com/kata-containers/tests}"
export tests_repo_dir="$GOPATH/src/$tests_repo"
clone_tests_repo()