]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
CI: uploading failed screendump tests does not work Cirrus
authorAliaksei Budavei <0x000c70@gmail.com>
Sun, 29 Sep 2024 15:29:39 +0000 (17:29 +0200)
committerChristian Brabandt <cb@256bit.org>
Sun, 29 Sep 2024 15:29:39 +0000 (17:29 +0200)
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>
.cirrus.yml

index 6b28b0655d3eacba764f0f36cf56da40452de098..3475c3fb7c1c31b01be725a5c64e3eb7621713ae 100644 (file)
@@ -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