From: Alex Bennée Date: Fri, 24 Jul 2020 06:44:54 +0000 (+0100) Subject: shippable: add one more qemu to registry url X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=3b6b4997b378c4e7685ab7f04491f3077284df4c;p=people%2Fdariof%2Fqemu-xen.git shippable: add one more qemu to registry url The registry url is //qemu/ Perhaps we should rationalise that some day but for now. Signed-off-by: Alex Bennée Reviewed-by: Philippe Mathieu-Daudé Message-Id: <20200724064509.331-2-alex.bennee@linaro.org> --- diff --git a/.shippable.yml b/.shippable.yml index f6b742432e..89d8be4291 100644 --- a/.shippable.yml +++ b/.shippable.yml @@ -27,7 +27,7 @@ env: TARGET_LIST=ppc64-softmmu,ppc64-linux-user,ppc64abi32-linux-user build: pre_ci_boot: - image_name: registry.gitlab.com/qemu-project/qemu/${IMAGE} + image_name: registry.gitlab.com/qemu-project/qemu/qemu/${IMAGE} image_tag: latest pull: true options: "-e HOME=/root"