Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
Merge pull request #96 from grahamwhaley/20180322_ci_overridable
Browse files Browse the repository at this point in the history
ci: allow path to tests repo to be over-wridden
  • Loading branch information
Sebastien Boeuf authored Mar 22, 2018
2 parents 1961d72 + 4a47a1b commit 4d5dde9
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 4d5dde9

Please sign in to comment.