Commit 4e8c469e authored by Kenneth Reitz's avatar Kenneth Reitz

deep copy

parent 852723f8
...@@ -209,7 +209,7 @@ cp $ROOT_DIR/vendor/python.gunicorn.sh $GUNICORN_PROFILE_PATH ...@@ -209,7 +209,7 @@ cp $ROOT_DIR/vendor/python.gunicorn.sh $GUNICORN_PROFILE_PATH
# Symlink the directory for -e pip installations # Symlink the directory for -e pip installations
if [[ $BUILD_DIR != '/app' ]]; then if [[ $BUILD_DIR != '/app' ]]; then
mv /app/.heroku/src $BUILD_DIR/.heroku deep-cp /app/.heroku/src $BUILD_DIR/.heroku/src
ln -s /app/.heroku/src $BUILD_DIR/.heroku/src ln -s /app/.heroku/src $BUILD_DIR/.heroku/src
fi fi
......
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