Revert "CI: restore full builds for pull requests"

This reverts commit 77f24af5b851a3a0cd067fcfffd18ecc6972ea83.
This commit is contained in:
Leonid Pliushch 2019-07-20 19:12:45 +03:00
parent cfaa34408e
commit 5c90cf72db

View File

@ -107,12 +107,7 @@ if ! $DO_UPLOAD; then
echo
for pkg in $PACKAGE_NAMES; do
if [ -n "$CIRRUS_PR" ]; then
## Use full builds for pull request.
./build-package.sh -a "$TERMUX_ARCH" "$pkg"
else
./build-package.sh -a "$TERMUX_ARCH" -I "$pkg"
fi
./build-package.sh -a "$TERMUX_ARCH" -I "$pkg"
done
echo
fi