summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-02-12 20:41:39 (GMT)
committerJunio C Hamano <gitster@pobox.com>2020-02-12 20:41:39 (GMT)
commit0de2d1409bb2a8a1cc53a1e44dcaf5de5c4313b4 (patch)
treebfe9385a49ecadaeebbde726f2108a9435c2638f /ci
parent0410c2ba31947772df3bc692cdc31ff0f4470042 (diff)
parent30183894ea462b58676a08b57a8dfd4427c361df (diff)
downloadgit-0de2d1409bb2a8a1cc53a1e44dcaf5de5c4313b4.zip
git-0de2d1409bb2a8a1cc53a1e44dcaf5de5c4313b4.tar.gz
git-0de2d1409bb2a8a1cc53a1e44dcaf5de5c4313b4.tar.bz2
Merge branch 'js/ci-squelch-doc-warning'
Squelch unhelpful warning message during documentation build. * js/ci-squelch-doc-warning: ci: ignore rubygems warning in the "Documentation" job
Diffstat (limited to 'ci')
-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' \