summaryrefslogtreecommitdiff
path: root/maint/ci_log_span_fns.sh
Commit message (Collapse)AuthorAgeFilesLines
* ci_log_span_fns.sh: make API easier to useJim Newsome2024-11-041-8/+54
|
* Replace maint/ci_log_span with maint/ci_log_span_fns.shJim Newsome2024-11-041-0/+22
Provide functions for starting and ending spans instead of the script doing it itself. The current version of the functions are directly from the gitlab documentation <https://docs.gitlab.com/ee/ci/jobs/job_logs.html#custom-collapsible-sections>. This is currently functionally similar to what was here before, but using functions here will let us make this a bit more convenient, which will be done in a follow-up commit.