Skip to content
This repository was archived by the owner on Oct 8, 2024. It is now read-only.

Commit 0b3e012

Browse files
committed
LATEST is never set
1 parent 7ad1f4a commit 0b3e012

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ before_install:
5050

5151
install:
5252
# Maybe get and clean and patch source
53-
- if [[ -n "$LATEST" ]]; then BUILD_COMMIT=main; fi
5453
- clean_code $REPO_DIR $BUILD_COMMIT
5554
- build_wheel $REPO_DIR $PLAT
5655
- ls -l "${TRAVIS_BUILD_DIR}/${WHEEL_SDIR}/"
@@ -65,6 +64,5 @@ deploy:
6564
file_glob: true
6665
file: "${TRAVIS_BUILD_DIR}/${WHEEL_SDIR}/*.whl"
6766
on:
68-
condition: -z "$LATEST"
6967
repo: python-pillow/pillow-wheels
7068
skip_cleanup: true

0 commit comments

Comments
 (0)