From 985fac894991c11d368d15408c817db918741d09 Mon Sep 17 00:00:00 2001 From: Hari Sekhon Date: Thu, 1 Oct 2020 13:12:06 +0100 Subject: [PATCH] updated travis_repo_caches.sh --- travis_repo_caches.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/travis_repo_caches.sh b/travis_repo_caches.sh index 74e02ddf..96783f5c 100755 --- a/travis_repo_caches.sh +++ b/travis_repo_caches.sh @@ -51,10 +51,6 @@ help_usage "$@" repo="${1:-}" shift || : -if [ -z "$repo" ]; then - repo="$(git_repo)" -fi - repo="$(travis_prefix_encode_repo "$repo")" "$srcdir/travis_api.sh" "/repo/$repo/caches" "$@"