From e77090b6b8ae61ac5af1c92bbfe40d9b35b05a40 Mon Sep 17 00:00:00 2001
From: Kenneth Reitz <me@kennethreitz.org>
Date: Tue, 13 Oct 2015 09:55:48 -0400
Subject: [PATCH] copy them to the cache dir

---
 bin/compile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/compile b/bin/compile
index 4632f2af..31dce063 100755
--- a/bin/compile
+++ b/bin/compile
@@ -148,8 +148,8 @@ bpwatch stop clear_old_venvs
 bpwatch start restore_cache
   mkdir -p $CACHE_DIR/$CACHED_DIR
   for dir in $CACHED_DIRS; do
-    echo "cp -R $CACHE_DIR/$dir ."
-    cp -R $CACHE_DIR/$dir . &> /dev/null || true
+    echo "cp -R $CACHE_DIR/$dir $CACHED_DIR"
+    cp -R $CACHE_DIR/$dir $CACHED_DIR &> /dev/null || true
   done
 bpwatch stop restore_cache
 
-- 
GitLab