mirror of
https://gitlab.gnome.org/GNOME/libsecret.git
synced 2024-12-22 04:38:55 +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:
|
||||
stage: deploy
|
||||
script:
|
||||
- mv _build/meson-logs/coveragereport/ public/
|
||||
- test -d _build/meson-logs/coveragereport/ && mv _build/meson-logs/coveragereport/ public/ || true
|
||||
artifacts:
|
||||
paths:
|
||||
- public
|
||||
|
Loading…
Reference in New Issue
Block a user