mirror of
https://gitlab.gnome.org/GNOME/libsecret.git
synced 2024-12-22 12:48:51 +00:00
gitlab-ci: Fix the previous change
Don't error out on deploy, if coverage report is not successfully generated.
This commit is contained in:
parent
5f5e560f0b
commit
9085c8a6c1
@ -72,7 +72,7 @@ fedora:coverage:
|
|||||||
pages:
|
pages:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
script:
|
script:
|
||||||
- mv _build/meson-logs/coveragereport/ public/
|
- test -d _build/meson-logs/coveragereport/ && mv _build/meson-logs/coveragereport/ public/ || true
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- public
|
- public
|
||||||
|
Loading…
Reference in New Issue
Block a user