Merge pull request #1664 from GabyCT/topic/fixtravis2.0

ci: Fix travis for stable-2.0
This commit is contained in:
GabyCT 2021-04-08 16:09:08 -05:00 committed by GitHub
commit a24ff2b51c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@
export tests_repo="${tests_repo:-github.com/kata-containers/tests}"
export tests_repo_dir="$GOPATH/src/$tests_repo"
export branch="${branch:-main}"
export branch="${branch:-$TRAVIS_BRANCH}"
clone_tests_repo()
{