mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-09-10 21:06:51 +00:00
ci: Do not fail on coverage report page publication
This commit is contained in:
+1
-1
@@ -291,7 +291,7 @@ pages:
|
|||||||
artifacts: true
|
artifacts: true
|
||||||
script:
|
script:
|
||||||
- mkdir public
|
- mkdir public
|
||||||
- mv _build/meson-logs/coveragereport public/coverage
|
- mv _build/meson-logs/coveragereport public/coverage || true
|
||||||
- mv _build/doc/html public/doc
|
- mv _build/doc/html public/doc
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
|
|||||||
Reference in New Issue
Block a user