]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
ci: archive logs properly testlogs
authorTomas Krizek <tomas.krizek@nic.cz>
Tue, 19 Mar 2019 16:20:23 +0000 (17:20 +0100)
committerTomas Krizek <tomas.krizek@nic.cz>
Wed, 20 Mar 2019 09:35:53 +0000 (10:35 +0100)
.gitlab-ci.yml

index 68eb1d7a83aa44a2c7a293c3737522e58b84225a..43d3d432f0074c3c49b9f409e67d01192336c446 100644 (file)
@@ -106,10 +106,11 @@ kres-gen:
   before_script:
     # meson detects changes and performs useless rebuild; hide the log
     - ninja -C build_ci* &>/dev/null
+    - rm build_ci*/meson-logs/testlog*.txt  # start with clean testlog
   artifacts:
     when: always
     paths:
-      - build_ci*/meson-logs/testlog.txt
+      - build_ci*/meson-logs/testlog*.txt
       - tmpdeckard*
 
 .test_flaky: &test_flaky