mirror of
https://github.com/Retropex/docker-bitcoind.git
synced 2025-06-02 23:42:29 +02:00
apk add bash in chroot before running the script
This commit is contained in:
parent
915bfcd9c6
commit
b66a4d535e
@ -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…
Reference in New Issue
Block a user