From c2eaa42340708776cbbf264f06a05bf61caae58a Mon Sep 17 00:00:00 2001 From: Michael Gratton Date: Fri, 28 Aug 2020 18:37:03 +1000 Subject: [PATCH] .gitlab-ci.yml: Fix meson test logs not being saved as arifacts Save all files in meson-logs, so we're not caught out when file names change again. --- .gitlab-ci.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2a20aca1..5dcdc513 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -58,8 +58,7 @@ fedora: artifacts: when: 'always' paths: - - '$BUILD_DIR/meson-logs/meson-log.txt' - - '$BUILD_DIR/meson-logs/testlog.txt' + - '$BUILD_DIR/meson-logs' expire_in: 2 days ubuntu: @@ -78,8 +77,7 @@ ubuntu: artifacts: when: 'always' paths: - - '$BUILD_DIR/meson-logs/meson-log.txt' - - '$BUILD_DIR/meson-logs/testlog.txt' + - '$BUILD_DIR/meson-logs' expire_in: 2 days flatpak: