removed the delete call from jenks...

This commit is contained in:
fawce
2012-02-03 00:24:05 -05:00
parent 86df0245b7
commit 313ee14a2b
+4 -3
View File
@@ -7,11 +7,12 @@ fi
echo $WORKSPACE
PYENV_HOME=$WORKSPACE/.pyenv/
#leaving the old build in place because it takes >20 minutes to compile everything
# Delete previously built virtualenv
if [ -d $PYENV_HOME ]; then
rm -rf $PYENV_HOME
fi
#if [ -d $PYENV_HOME ]; then
# rm -rf $PYENV_HOME
#fi
# Create virtualenv and install necessary packages
virtualenv --no-site-packages $PYENV_HOME