Skip to content

Commit

Permalink
Matching what affiliates uses.
Browse files Browse the repository at this point in the history
  • Loading branch information
davedash committed Oct 20, 2011
1 parent ac6ea7c commit ef2133e
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' -exec rm {} \;
find . -name '*.pyc' | xargs rm

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

0 comments on commit ef2133e

Please sign in to comment.