Skip to content

Commit a72c2a5

Browse files
committed
Maybe now?
1 parent 7a521db commit a72c2a5

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,7 @@ script:
1515
pushd tmp &&
1616
QEMU_USER_STATIC_ARCH=arm &&
1717
QEMU_USER_STATIC_DOWNLOAD_URL="https://github.com/multiarch/qemu-user-static/releases/download" &&
18-
QEMU_USER_STATIC_LATEST_TAG=$(curl -s https://api.github.com/repos/multiarch/qemu-user-static/tags
19-
| grep 'name.*v[0-9]' \
20-
| head -n 1 \
21-
| cut -d '"' -f 4) &&
18+
QEMU_USER_STATIC_LATEST_TAG=$(curl -s https://api.github.com/repos/multiarch/qemu-user-static/tags | grep 'name.*v[0-9]' | head -n 1 | cut -d '"' -f 4) &&
2219
curl -L -o qemu-arm-static.tar.gz "${QEMU_USER_STATIC_DOWNLOAD_URL}/${QEMU_USER_STATIC_LATEST_TAG}/x86_64_qemu-${QEMU_USER_STATIC_ARCH}-static.tar.gz" &&
2320
tar xzf qemu-arm-static.tar.gz &&
2421
popd

0 commit comments

Comments
 (0)