Skip to content

Commit

Permalink
change virtual env check
Browse files Browse the repository at this point in the history
  • Loading branch information
youen committed Feb 6, 2012
1 parent 999ea3c commit e82d65c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/jenkins_virtualenv.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PATH=${WORKSPACE}/.env/bin:$PATH

if [ -d "${WORKSPACE}.env"]; then
if [ -d "${WORKSPACE}/.env"]; then
echo "**> Virtualenv exists"
else
echo "**> Creating virtualenv"
Expand Down

0 comments on commit e82d65c

Please sign in to comment.