Skip to content

Commit be59f18

Browse files
committed
ci: ignore rubygems warning in the "Documentation" job
A recent update in the Linux VM images used by Azure Pipelines surfaced a new problem in the "Documentation" job. Apparently, this warning appears 396 times on `stderr` when running `make doc`: /usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:10: warning: constant Gem::ConfigMap is deprecated This problem was already reported to the `rubygems` project via rubygems/rubygems#3068. As there is nothing Git can do about this warning, and as the "Documentation" job reports this warning as a failure, let's just silence it and move on. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent d0654dc commit be59f18

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)