Commit 2e551e9c authored by Kenneth Reitz's avatar Kenneth Reitz

additional headings for docs

parent 58c625af
......@@ -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.
\ No newline at end of file
# ### Fin.
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment