mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-28 02:46:18 +03:00
Fixed updating to latest from non-master branch
This commit is contained in:
parent
9e7dcea739
commit
5c2d69c051
|
@ -220,8 +220,8 @@ before_install:
|
|||
|
||||
install:
|
||||
# Maybe get and clean and patch source
|
||||
- if [[ -n "$LATEST" ]]; then BUILD_COMMIT=master; fi
|
||||
- clean_code $REPO_DIR $BUILD_COMMIT
|
||||
- if [[ -n "$LATEST" ]]; then git submodule update --remote --merge $REPO_DIR; fi
|
||||
- build_wheel $REPO_DIR $PLAT
|
||||
|
||||
script:
|
||||
|
|
Loading…
Reference in New Issue
Block a user