mirror of
https://github.com/vim/vim
synced 2025-07-15 16:51:57 +00:00
CI: uploading failed screendump tests does not work Cirrus
Problem: CI: uploading failed screendump tests does not work Cirrus
(after: e019f3626d
)
Solution: Do not use the $CIRRUS_WORKING_DIR env variable
related: #15695
Signed-off-by: Aliaksei Budavei <0x000c70@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
committed by
Christian Brabandt
parent
ea84202372
commit
5dd4ec0089
@ -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
|
||||
|
Reference in New Issue
Block a user