Browse Source

apk add bash in chroot before running the script

master
Damian Mee 6 years ago
parent
commit
b66a4d535e
No known key found for this signature in database GPG Key ID: 2F961EAB8789725D
  1. 7
      .travis.yml

7
.travis.yml

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

Loading…
Cancel
Save