mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-19 18:01:01 +00:00
ci: allow path to tests repo to be over-wridden
The github path to the tests repo is hard wired in lib.sh. This makes it difficult to test any test repo WIP, as it ends up calling back to the main repo. Fix by using any value already set, and only setting to the main repo if unset. Fixes: #95 Signed-off-by: Graham whaley <graham.whaley@intel.com>
This commit is contained in:
parent
1961d724cf
commit
4a47a1ba50
@ -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