mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-06-21 23:28:26 +02:00
ci: Do not fail on coverage report page publication
This commit is contained in:
parent
ba5a6a9447
commit
bfa74c2816
1 changed files with 1 additions and 1 deletions
|
|
@ -291,7 +291,7 @@ pages:
|
|||
artifacts: true
|
||||
script:
|
||||
- mkdir public
|
||||
- mv _build/meson-logs/coveragereport public/coverage
|
||||
- mv _build/meson-logs/coveragereport public/coverage || true
|
||||
- mv _build/doc/html public/doc
|
||||
artifacts:
|
||||
paths:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue