mirror of
https://gitlab.gnome.org/GNOME/libsecret.git
synced 2024-12-22 04:38:55 +00:00
gitlab-ci: Allow pages target to fail
This commit is contained in:
parent
9085c8a6c1
commit
31685e0608
@ -72,7 +72,10 @@ fedora:coverage:
|
||||
pages:
|
||||
stage: deploy
|
||||
script:
|
||||
- test -d _build/meson-logs/coveragereport/ && mv _build/meson-logs/coveragereport/ public/ || true
|
||||
- mv _build/meson-logs/coveragereport/ public/
|
||||
artifacts:
|
||||
when: on_success
|
||||
paths:
|
||||
- public
|
||||
# https://github.com/linux-test-project/lcov/issues/58
|
||||
allow_failure: true
|
||||
|
Loading…
Reference in New Issue
Block a user