Explicit sh

This commit is contained in:
Another Droog 2019-05-06 13:53:39 +07:00 committed by Damian Mee
parent 2f28cf9756
commit 4cde49bc3d
No known key found for this signature in database
GPG Key ID: 2F961EAB8789725D

View File

@ -67,12 +67,12 @@ script:
|| exit 1 || exit 1
chmod +x alpine-chroot-install chmod +x alpine-chroot-install
sudo ./alpine-chroot-install -a armv7 -b v3.9 sudo ./alpine-chroot-install -a armhf -b v3.9
cat /alpine/enter-chroot cat /alpine/enter-chroot
/alpine/enter-chroot ls -la ./.travis/ sh /alpine/enter-chroot 'ls -la ./.travis/'
/alpine/enter-chroot '.travis/build-arm.sh' sh /alpine/enter-chroot 'sh .travis/build-arm.sh'
elif [[ ! -z "${ARCH}" ]]; then elif [[ ! -z "${ARCH}" ]]; then
./.travis/pull-all.sh ./.travis/pull-all.sh