Skip to content

Commit d8f1366

Browse files
ci: Show build log for Cirrus CI jobs
This feature has been implemented as of sio/cirrus-run@b9b2278 and will be included in the upcoming 0.3.0 release. Signed-off-by: Andrea Bolognani <[email protected]> Reviewed-by: Ján Tomko <[email protected]>
1 parent 76e79e0 commit d8f1366

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ stages:
104104
-e "s|[@]PYPI_PKGS@|$PYPI_PKGS|g"
105105
<ci/cirrus/build.yml >ci/cirrus/$NAME.yml
106106
- cat ci/cirrus/$NAME.yml
107-
- cirrus-run ci/cirrus/$NAME.yml
107+
- cirrus-run --show-build-log always ci/cirrus/$NAME.yml
108108
only:
109109
variables:
110110
- $CIRRUS_GITHUB_REPO

0 commit comments

Comments
 (0)