On Thu, 3 Nov 2022 at 13:30, Daniel P. Berrangé <berra...@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é <berra...@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 <stefa...@redhat.com>