mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-02 07:19:44 +08:00
removed the delete call from jenks...
This commit is contained in:
+4
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user