瀏覽代碼

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>
Alex Bennée 5 年之前
父節點
當前提交
3b6b4997b3
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .shippable.yml

+ 1 - 1
.shippable.yml

@@ -27,7 +27,7 @@ env:
       TARGET_LIST=ppc64-softmmu,ppc64-linux-user,ppc64abi32-linux-user
       TARGET_LIST=ppc64-softmmu,ppc64-linux-user,ppc64abi32-linux-user
 build:
 build:
   pre_ci_boot:
   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
     image_tag: latest
     pull: true
     pull: true
     options: "-e HOME=/root"
     options: "-e HOME=/root"