shippable: be verbose while building docker images
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
This commit is contained in:
parent
a825ca0613
commit
d2a44865e8
|
@ -13,7 +13,7 @@ env:
|
||||||
TARGET_LIST=s390x-softmmu,s390x-linux-user
|
TARGET_LIST=s390x-softmmu,s390x-linux-user
|
||||||
build:
|
build:
|
||||||
pre_ci:
|
pre_ci:
|
||||||
- make docker-image-${IMAGE}
|
- make docker-image-${IMAGE} V=1
|
||||||
pre_ci_boot:
|
pre_ci_boot:
|
||||||
image_name: qemu
|
image_name: qemu
|
||||||
image_tag: ${IMAGE}
|
image_tag: ${IMAGE}
|
||||||
|
|
Loading…
Reference in New Issue