From 6617c33d3ca8507c3ced670def95978037eb3193 Mon Sep 17 00:00:00 2001 From: fawce Date: Fri, 3 Feb 2012 15:05:36 -0500 Subject: [PATCH] fixing the path to host_settings --- jenkins.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins.sh b/jenkins.sh index 0965023e..1bce7766 100755 --- a/jenkins.sh +++ b/jenkins.sh @@ -19,7 +19,7 @@ virtualenv --no-site-packages $PYENV_HOME . $PYENV_HOME/bin/activate ./ordered_pip.sh $WORKSPACE/requirements.txt ./ordered_pip.sh $WORKSPACE/requirements_dev.txt -cp /mnt/jenkins_backup/host_settings.py ./ +cp /mnt/jenkins/host_settings.py ./ #setup the local mongodb python dev_setup.py