Skip to content

Commit 7a521db

Browse files
committed
A mistake
1 parent e227cdb commit 7a521db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ 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 &&
18+
QEMU_USER_STATIC_LATEST_TAG=$(curl -s https://api.github.com/repos/multiarch/qemu-user-static/tags
1919
| grep 'name.*v[0-9]' \
2020
| head -n 1 \
21-
| cut -d '"' -f 4)
21+
| cut -d '"' -f 4) &&
2222
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" &&
2323
tar xzf qemu-arm-static.tar.gz &&
2424
popd

0 commit comments

Comments
 (0)