Merge pull request #96 from grahamwhaley/20180322_ci_overridable

ci: allow path to tests repo to be over-wridden
This commit is contained in:
Sebastien Boeuf 2018-03-22 08:24:52 -07:00 committed by GitHub
commit 4d5dde9b6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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()