Use updated git cache dir default path

Change-Id: I7c3ed1e08c7ef1a62845df0d9c5b22f400d8d90b
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
This commit is contained in:
Sean McGinnis 2020-05-13 05:58:59 -05:00
parent f8a550d077
commit 62c2fc4317
No known key found for this signature in database
GPG Key ID: CE7EE4BFAF8D70C8
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ fi
set -e
cache_remote="$CACHE_DIR/$REPO"
cache_remote="$CACHE_DIR/opendev.org/$REPO"
if [ ! -d "$cache_remote" ]; then
echo "WARNING: Cache directory $cache_remote does not exist, ignoring."
cache_remote=""