[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 2/2] gitlab: show configure/make args before running
From: |
Stefan Hajnoczi |
Subject: |
Re: [PATCH 2/2] gitlab: show configure/make args before running |
Date: |
Thu, 3 Nov 2022 15:06:54 -0400 |
On Thu, 3 Nov 2022 at 13:30, Daniel P. Berrangé <berrange@redhat.com> wrote:
>
> When debugging failed jobs it is helpful to see the
> full configure/make args used, without having to search
> the gitlab config file to figure it out.
>
> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
> ---
> .gitlab-ci.d/buildtest-template.yml | 4 ++++
> .gitlab-ci.d/crossbuild-template.yml | 15 +++++++++++++++
> 2 files changed, 19 insertions(+)
On IRC Mark suggested sh -xc "$CMD" to avoid duplication. I'm not sure
how to get escaping right though.
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>