Merge "Fix typo with build_env"

This commit is contained in:
Jenkins 2016-06-15 21:25:54 +00:00 committed by Gerrit Code Review
commit 73b426d7a2

View File

@ -12,6 +12,6 @@ for BRANCH in $BRANCHES; do
git --git-dir=$WORKING_DIR/.git show $BRANCH:upper-constraints.txt \
2>/dev/null > /tmp/upper-constraints.txt || true
rm -rf build_env
virtualenv -p $PYTHON_VERSION $build_env
virtualenv -p $PYTHON_VERSION build_env
build_env/bin/pip --verbose wheel -r /tmp/upper-constraints.txt -w $WHEELHOUSE_DIR || true
done