mirror of
https://github.com/Retropex/docker-bitcoind.git
synced 2025-05-29 13:32:39 +02:00
fix file copy
This commit is contained in:
parent
159a34e300
commit
58f8b5b704
@ -69,9 +69,9 @@ script:
|
|||||||
chmod +x alpine-chroot-install
|
chmod +x alpine-chroot-install
|
||||||
sudo ./alpine-chroot-install -a armv7 -b v3.9
|
sudo ./alpine-chroot-install -a armv7 -b v3.9
|
||||||
|
|
||||||
cp ./.travis/build-arm.sh /alpine/
|
sudo cp ./.travis/build-arm.sh /alpine/
|
||||||
|
|
||||||
/alpine/enter-chroot ./build-arm.sh
|
/alpine/enter-chroot /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