diff mbox

[v3,19/24] shippable: be verbose while building docker images

Message ID 20170521032956.27446-20-f4bug@amsat.org (mailing list archive)
State New, archived
Headers show

Commit Message

Philippe Mathieu-Daudé May 21, 2017, 3:29 a.m. UTC
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
---
 .shippable.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Alex Bennée May 22, 2017, 2:11 p.m. UTC | #1
Philippe Mathieu-Daudé <f4bug@amsat.org> writes:

> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>

> ---
>  .shippable.yml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/.shippable.yml b/.shippable.yml
> index 46adfa030f..fe360f85cb 100644
> --- a/.shippable.yml
> +++ b/.shippable.yml
> @@ -13,7 +13,7 @@ env:
>        TARGET_LIST=s390x-softmmu,s390x-linux-user
>  build:
>    pre_ci:
> -    - make docker-image-${IMAGE}
> +    - make docker-image-${IMAGE} V=1
>    pre_ci_boot:
>      image_name: qemu
>      image_tag: ${IMAGE}


--
Alex Bennée
diff mbox

Patch

diff --git a/.shippable.yml b/.shippable.yml
index 46adfa030f..fe360f85cb 100644
--- a/.shippable.yml
+++ b/.shippable.yml
@@ -13,7 +13,7 @@  env:
       TARGET_LIST=s390x-softmmu,s390x-linux-user
 build:
   pre_ci:
-    - make docker-image-${IMAGE}
+    - make docker-image-${IMAGE} V=1
   pre_ci_boot:
     image_name: qemu
     image_tag: ${IMAGE}