From: Andrea Bolognani Date: Tue, 4 Aug 2020 10:00:20 +0000 (+0200) Subject: ci: Show build log for Cirrus CI jobs X-Git-Tag: v6.7.0-rc1~165 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8f13661e08eacc6355b0ae3692ed4c64777f3e2;p=thirdparty%2Flibvirt.git ci: Show build log for Cirrus CI jobs This feature has been implemented as of https://github.com/sio/cirrus-run/commit/b9b2278f1d6c45b22d5f84fca0621e77622a6da4 and will be included in the upcoming 0.3.0 release. Signed-off-by: Andrea Bolognani Reviewed-by: Ján Tomko --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c3ae12f7e1..bd42c95602 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -104,7 +104,7 @@ stages: -e "s|[@]PYPI_PKGS@|$PYPI_PKGS|g" ci/cirrus/$NAME.yml - cat ci/cirrus/$NAME.yml - - cirrus-run ci/cirrus/$NAME.yml + - cirrus-run --show-build-log always ci/cirrus/$NAME.yml only: variables: - $CIRRUS_GITHUB_REPO