apk add bash in chroot before running the script

This commit is contained in:
Damian Mee 2019-05-11 14:46:49 +07:00
parent 915bfcd9c6
commit b66a4d535e
No known key found for this signature in database
GPG Key ID: 2F961EAB8789725D

View File

@ -69,10 +69,9 @@ script:
chmod +x alpine-chroot-install chmod +x alpine-chroot-install
sudo ./alpine-chroot-install -a armhf -b v3.9 sudo ./alpine-chroot-install -a armhf -b v3.9
cat /alpine/enter-chroot /alpine/enter-chroot apk add bash
/alpine/enter-chroot ~/.travis/build-arm.sh || true
/alpine/enter-chroot ls -la ~/.travis/ /alpine/enter-chroot ./.travis/build-arm.sh || true
/alpine/enter-chroot sh ~/.travis/build-arm.sh
elif [[ ! -z "${ARCH}" ]]; then elif [[ ! -z "${ARCH}" ]]; then
./.travis/pull-all.sh ./.travis/pull-all.sh