diff options
author | Alex Bennée <alex.bennee@linaro.org> | 2020-07-24 07:44:54 +0100 |
---|---|---|
committer | Alex Bennée <alex.bennee@linaro.org> | 2020-07-27 09:39:57 +0100 |
commit | 3b6b4997b378c4e7685ab7f04491f3077284df4c (patch) | |
tree | 4b54a70f5b8ee42e13cde08a543a388535c6d987 | |
parent | 194f8ca825854abef3aceca1ed7eb5a53b08751f (diff) | |
download | qemu-3b6b4997b378c4e7685ab7f04491f3077284df4c.zip |
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>
-rw-r--r-- | .shippable.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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" |