ci: artifact paths is an array (of strings)

This commit is contained in:
Daniel Eklöf 2019-05-09 21:23:55 +02:00
parent c6c99fedf1
commit a4103fdfd5

View file

@ -31,7 +31,7 @@ debug:
- tail meson-logs/coverage.txt
artifacts:
paths:
bld/debug/meson-logs/coverage.xml
- bld/debug/meson-logs/coverage.xml
coverage: '/^TOTAL.*\s+(\d+\%)$/'
# valgrind: