kopia lustrzana https://dev.funkwhale.audio/funkwhale/funkwhale
ci: allow failure for find_broken_links job
rodzic
85e3984e3b
commit
95b15b4913
|
@ -111,17 +111,21 @@ review_docs:
|
||||||
when: manual
|
when: manual
|
||||||
|
|
||||||
find_broken_links:
|
find_broken_links:
|
||||||
|
allow_failure:
|
||||||
|
exit_codes: 2
|
||||||
|
|
||||||
extends: [.lychee]
|
extends: [.lychee]
|
||||||
script:
|
script:
|
||||||
- >
|
- >
|
||||||
lychee
|
lychee
|
||||||
--cache
|
--cache
|
||||||
|
--no-progress
|
||||||
--exclude-all-private
|
--exclude-all-private
|
||||||
--exclude-mail
|
--exclude-mail
|
||||||
--exclude 'demo\.funkwhale\.audio'
|
--exclude 'demo\.funkwhale\.audio'
|
||||||
--exclude 'nginx\.com'
|
--exclude 'nginx\.com'
|
||||||
--exclude-path 'docs/_templates/'
|
--exclude-path 'docs/_templates/'
|
||||||
-- .
|
-- . || exit $?
|
||||||
|
|
||||||
changelog_snippet:
|
changelog_snippet:
|
||||||
interruptible: true
|
interruptible: true
|
||||||
|
|
Ładowanie…
Reference in New Issue