Skip to content

Commit

Permalink
add informational log about cache priming
Browse files Browse the repository at this point in the history
  • Loading branch information
jsimone committed Mar 22, 2012
1 parent 4a87746 commit e7daa6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/compile
Expand Up @@ -95,6 +95,7 @@ fi
# if a populated cache was checked in copy it into the cache
# remove the checked in cache dir aftewards to save slug size
if [ -d ivy-cache ]; then
echo "-----> Found ivy-cache directory in the repo. Using it to prime the cache"
cp -r ivy-cache $CACHE_DIR/.grails_cache/
rm -r ivy-cache
fi
Expand Down

0 comments on commit e7daa6d

Please sign in to comment.