Skip to content
Snippets Groups Projects
Commit 1b4d14e2 authored by Kenneth Reitz's avatar Kenneth Reitz
Browse files

debug

parent 710f9321
No related branches found
No related tags found
No related merge requests found
......@@ -29,8 +29,6 @@ function virtualenv (){
cd $BUILD_DIR
ls
# Reject a non-packaged Django app.
if [ "$NAME" = "Python" ]; then
[ -f manage.py ] && [ -f settings.py ] && { echo " ! Django app must be in a package subdirectory"; exit 1; }
......@@ -53,6 +51,7 @@ for dir in $VIRTUALENV_DIRS; do
cp -R $CACHE_DIR/$dir . &> /dev/null || true
done
pwd
ls
# Create virtualenv. Rebuild if corrupt.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment