From 113f31d6825d3cc79f58387b885cd57a6d0fa8f4 Mon Sep 17 00:00:00 2001 From: jcoleman Date: Mon, 26 Sep 2022 22:05:16 -0400 Subject: [PATCH v1] Add hint about downloadable logs to CI README --- src/tools/ci/README | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/tools/ci/README b/src/tools/ci/README index b650057634..6c1cac858f 100644 --- a/src/tools/ci/README +++ b/src/tools/ci/README @@ -37,6 +37,10 @@ repository will automatically trigger CI builds. These are visible from the commit history / PRs, and can also be viewed in the cirrus-ci UI at https://cirrus-ci.com/github/// +Hint: all build log files are uploaded to cirrus-ci and can be downloaded +from the "Artifacts" section fron the cirrus-ci UI after clicking into a +specific task on a build's summary page. + Images used for CI ================== -- 2.32.1 (Apple Git-133)