ci: allow failure for find_broken_links job

environments/review-docs-docs-p5xm4f/deployments/16617
jo 2023-01-11 15:58:19 +01:00
rodzic 85e3984e3b
commit 95b15b4913
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B2FEC9B22722B984
1 zmienionych plików z 5 dodań i 1 usunięć

Wyświetl plik

@ -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