Skip to content

Commit 4e52c1a

Browse files
committed
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
2 parents 5cee4ff + 3018389 commit 4e52c1a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/test-documentation.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

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

0 commit comments

Comments
 (0)