We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f9a5ed commit 8d6d84bCopy full SHA for 8d6d84b
ci/run.sh
@@ -37,7 +37,7 @@ if [ "$QEMU" != "" ]; then
37
# plain qcow2 image: just download it
38
qemufile="$(echo "${QEMU}" | sed 's/\//__/g')"
39
if [ ! -f "${tmpdir}/${qemufile}" ]; then
40
- curl --retry 5 "${MIRRORS_URL}/${QEMU}" | \
+ curl --retry 5 "${MIRRORS_URL}/${QEMU}" \
41
> "${tmpdir}/${qemufile}"
42
fi
43
0 commit comments