CI: uploading failed screendumps still fails on Cirrus CI Commit: https://github.com/vim/vim/commit/793c3151152861d3fcfac06ad762bb0d7190cab1 Author: Aliaksei Budavei <0x000...@gmail.com> Date: Mon Oct 14 21:24:03 2024 +0200
CI: uploading failed screendumps still fails on Cirrus CI Let's see if removing the double quotes makes a difference. Signed-off-by: Aliaksei Budavei <0x000...@gmail.com> Signed-off-by: Christian Brabandt <c...@256bit.org> diff --git a/.cirrus.yml b/.cirrus.yml index 3475c3fb7..ec897b809 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -25,6 +25,6 @@ freebsd_task: screendump_artifacts: name: "Cirrus-CI-freebsd-failed-tests" path: | - "runtime/syntax/testdir/failed/*" - "src/testdir/failed/*" + runtime/syntax/testdir/failed/* + src/testdir/failed/* type: application/octet-stream -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to vim_dev+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_dev/E1t0QlW-00H3KH-GV%40256bit.org.