mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-04 04:08:28 +08:00
added -x to jenkins.sh
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
set -x
|
||||
|
||||
#setup virtualenvironment
|
||||
export VIRTUALENVWRAPPER_PYTHON=/usr/bin/python2.7
|
||||
export WORKON_HOME=/mnt/jenkins_backups/virtual_envs
|
||||
@@ -8,6 +10,7 @@ if [ ! -d $WORKON_HOME ]; then
|
||||
fi
|
||||
source /usr/local/bin/virtualenvwrapper.sh
|
||||
|
||||
|
||||
#create the scientific python virtualenv and copy to provide zipline base
|
||||
mkvirtualenv --no-site-packages scientific_base
|
||||
workon scientific_base
|
||||
|
||||
Reference in New Issue
Block a user