aboutsummaryrefslogtreecommitdiff
path: root/.shippable.yml
diff options
context:
space:
mode:
authorAlex Bennée <alex.bennee@linaro.org>2020-07-24 07:44:54 +0100
committerAlex Bennée <alex.bennee@linaro.org>2020-07-27 09:39:57 +0100
commit3b6b4997b378c4e7685ab7f04491f3077284df4c (patch)
tree4b54a70f5b8ee42e13cde08a543a388535c6d987 /.shippable.yml
parent194f8ca825854abef3aceca1ed7eb5a53b08751f (diff)
downloadqemu-3b6b4997b378c4e7685ab7f04491f3077284df4c.zip
qemu-3b6b4997b378c4e7685ab7f04491f3077284df4c.tar.gz
qemu-3b6b4997b378c4e7685ab7f04491f3077284df4c.tar.bz2
shippable: add one more qemu to registry url
The registry url is <project>/<repo>/qemu/<image> Perhaps we should rationalise that some day but for now. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20200724064509.331-2-alex.bennee@linaro.org>
Diffstat (limited to '.shippable.yml')
-rw-r--r--.shippable.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.shippable.yml b/.shippable.yml
index f6b7424..89d8be4 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"