Skip to content

Commit

Permalink
Merge pull request kata-containers#189 from grahamwhaley/20180322_tes…
Browse files Browse the repository at this point in the history
…ts_repo

ci: lib: allow override of tests_repo
  • Loading branch information
jodh-intel authored Mar 23, 2018
2 parents 4313f46 + 0275654 commit 675b8e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 675b8e0

Please sign in to comment.