mirror of
https://github.com/Retropex/docker-bitcoind.git
synced 2025-05-25 03:22:30 +02:00
Explicit sh
This commit is contained in:
parent
2f28cf9756
commit
4cde49bc3d
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user