summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-02-14 20:42:33 (GMT)
committerJunio C Hamano <gitster@pobox.com>2020-02-14 20:42:33 (GMT)
commit4e52c1ae27ebc09b9de4797871fc3ae29a66c73c (patch)
tree821059d9a70e1a7594f11ef379e84a534de60668
parent5cee4ffff8f660a55c342c5ec144b1992df0e805 (diff)
parent30183894ea462b58676a08b57a8dfd4427c361df (diff)
downloadgit-4e52c1ae27ebc09b9de4797871fc3ae29a66c73c.zip
git-4e52c1ae27ebc09b9de4797871fc3ae29a66c73c.tar.gz
git-4e52c1ae27ebc09b9de4797871fc3ae29a66c73c.tar.bz2
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
-rwxr-xr-xci/test-documentation.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/test-documentation.sh b/ci/test-documentation.sh
index b3e76ef..de41888 100755
--- a/ci/test-documentation.sh
+++ b/ci/test-documentation.sh
@@ -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' \