Mercurial > vim
changeset 36213:8caf93b2d64e
CI: uploading failed screendump tests does not work Cirrus
Commit: https://github.com/vim/vim/commit/5dd4ec0089f0f4ef06571575ea21c0650a969ff5
Author: Aliaksei Budavei <0x000c70@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 <0x000c70@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Sun, 29 Sep 2024 17:45:02 +0200 |
parents | 91e684beb001 |
children | aaedadae8ca1 |
files | .cirrus.yml |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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