Skip to content

Commit 793c315

Browse files
zzzyxwvutchrisbra
authored andcommitted
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 <0x000c70@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
1 parent 27fbf6e commit 793c315

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.cirrus.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ freebsd_task:
2525
screendump_artifacts:
2626
name: "Cirrus-CI-freebsd-failed-tests"
2727
path: |
28-
"runtime/syntax/testdir/failed/*"
29-
"src/testdir/failed/*"
28+
runtime/syntax/testdir/failed/*
29+
src/testdir/failed/*
3030
type: application/octet-stream

0 commit comments

Comments
 (0)