mirror of
https://gitlab.gnome.org/GNOME/libsecret.git
synced 2024-12-22 12:48:51 +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:
|
pages:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
script:
|
script:
|
||||||
- test -d _build/meson-logs/coveragereport/ && mv _build/meson-logs/coveragereport/ public/ || true
|
- mv _build/meson-logs/coveragereport/ public/
|
||||||
artifacts:
|
artifacts:
|
||||||
|
when: on_success
|
||||||
paths:
|
paths:
|
||||||
- public
|
- public
|
||||||
|
# https://github.com/linux-test-project/lcov/issues/58
|
||||||
|
allow_failure: true
|
||||||
|
Loading…
Reference in New Issue
Block a user