mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
additional headings for docs
This commit is contained in:
+4
-1
@@ -167,10 +167,13 @@ OUT=$(virtualenv --python $PYTHON_EXE --relocatable .)
|
||||
}
|
||||
set -e
|
||||
|
||||
# ### Cache the Artifacts
|
||||
#
|
||||
|
||||
# Store new artifacts in cache.
|
||||
for dir in $VIRTUALENV_DIRS; do
|
||||
rm -rf $CACHE_DIR/$dir
|
||||
cp -R $dir $CACHE_DIR/
|
||||
done
|
||||
|
||||
# fin.
|
||||
# ### Fin.
|
||||
Reference in New Issue
Block a user