Skip to content

Commit

Permalink
Update bin/jenkins.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
davedash committed Oct 20, 2011
1 parent 2c1802b commit ac6ea7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/jenkins.sh
Expand Up @@ -11,7 +11,7 @@ VENV=$WORKSPACE/venv
echo "Starting build on executor $EXECUTOR_NUMBER..."

# Make sure there's no old pyc files around.
find . -name '*.pyc' | xargs rm
find . -name '*.pyc' -exec rm {} \;

if [ ! -d "$VENV/bin" ]; then
echo "No virtualenv found. Making one..."
Expand Down

0 comments on commit ac6ea7c

Please sign in to comment.