Browse Source

Merge branch 'js/ci-squelch-doc-warning' into maint

Squelch unhelpful warning message during documentation build.

* js/ci-squelch-doc-warning:
  ci: ignore rubygems warning in the "Documentation" job
maint
Junio C Hamano 5 years ago
parent
commit
4e52c1ae27
  1. 1
      ci/test-documentation.sh

1
ci/test-documentation.sh

@ -7,6 +7,7 @@ @@ -7,6 +7,7 @@

filter_log () {
sed -e '/^GIT_VERSION = /d' \
-e "/constant Gem::ConfigMap is deprecated/d" \
-e '/^ \* new asciidoc flags$/d' \
-e '/stripped namespace before processing/d' \
-e '/Attributed.*IDs for element/d' \

Loading…
Cancel
Save