mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-28 20:41:04 +00:00
ci: lib: allow override of tests_repo
Only set the tests_repo url to the default if it is not set already. Fixes: #71 Signed-off-by: Graham whaley <graham.whaley@intel.com>
This commit is contained in:
parent
d0b3cf6d36
commit
93146d91dc
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user