diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2023-10-13 13:32:15 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2023-10-13 13:32:15 -0700 |
commit | 3aa3c318ded5da802e181f0d29b94ab6a692e387 (patch) | |
tree | bf44a848d438c1c38e802a1ccbaee27dba0a58d0 | |
parent | 6d5a4512b5ee4757a474df3f5e938784da963de1 (diff) |
gitlab CI: collect config.log to help diagnose failures
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | .gitlab-ci.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d3c55bf..8735439 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -97,3 +97,9 @@ build: - make check - make distcheck - popd > /dev/null + artifacts: + name: "automake-logs-$CI_JOB_NAME" + when: always + expire_in: 1 week + paths: + - _builddir/config.log |