Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed updating to latest from non-master branch #128

Merged
merged 1 commit into from Oct 22, 2019

Conversation

radarhere
Copy link
Member

pillow-wheels/.travis.yml

Lines 223 to 224 in 9e7dcea

- clean_code $REPO_DIR $BUILD_COMMIT
- if [[ -n "$LATEST" ]]; then git submodule update --remote --merge $REPO_DIR; fi

clean_code actually already updates - https://github.com/matthew-brett/multibuild/blob/160edd796c25c0aa400b73ce79cecfa1758c181e/common_utils.sh#L211

So changing BUILD_COMMIT is an alternative to using the submodule command - and it avoids the merge conflicts that are causing pillow-wheels to fail at the moment, caused by 6.2.1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants