mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
cleanup
This commit is contained in:
+2
-2
@@ -209,8 +209,8 @@ bpwatch stop post_compile
|
||||
|
||||
# Store new artifacts in cache.
|
||||
bpwatch start dump_cache
|
||||
rm -rf $CACHE_DIR/$dir
|
||||
cp -R $dir $CACHE_DIR/
|
||||
rm -rf $CACHE_DIR/$CACHED_DIR
|
||||
cp -R $CACHED_DIR $CACHE_DIR/
|
||||
bpwatch stop dump_cache
|
||||
|
||||
# ### Fin.
|
||||
|
||||
Reference in New Issue
Block a user