From b66a4d535e48260b5aa90ffb661e4ea5e18e4652 Mon Sep 17 00:00:00 2001 From: Damian Mee Date: Sat, 11 May 2019 14:46:49 +0700 Subject: [PATCH] apk add bash in chroot before running the script --- .travis.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 877ec02..c86b34e 100644 --- a/.travis.yml +++ b/.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