CI: uploading failed screendump tests does not work Cirrus

Commit: 
https://github.com/vim/vim/commit/5dd4ec0089f0f4ef06571575ea21c0650a969ff5
Author: Aliaksei Budavei <0x000...@gmail.com>
Date:   Sun Sep 29 17:29:39 2024 +0200

    CI: uploading failed screendump tests does not work Cirrus
    
    Problem:  CI: uploading failed screendump tests does not work Cirrus
              (after: e019f3626d51f3f71)
    Solution: Do not use the $CIRRUS_WORKING_DIR env variable
    
    related: #15695
    
    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 6b28b0655..3475c3fb7 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -25,6 +25,6 @@ freebsd_task:
     screendump_artifacts:
       name: "Cirrus-CI-freebsd-failed-tests"
       path: |
-        "$CIRRUS_WORKING_DIR/runtime/syntax/testdir/failed/*"
-        "$CIRRUS_WORKING_DIR/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/E1suw6Y-00HZkP-VS%40256bit.org.

Raspunde prin e-mail lui