ci: drop ALREADY_HAVE_ASCIIDOCTOR variable

Our install-dependencies script avoids installing asciidoctor if the
CI environment claims to have it already. But the only environment which
made use of this was Azure Pipelines, which went away in 6081d3898f (ci:
retire the Azure Pipelines definition, 2020-04-11). So this conditional
was effectively doing nothing. Let's clean it up.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
next
Jeff King 2026-09-02 03:14:09 -04:00 committed by Junio C Hamano
parent 4340a709bf
commit 1c1eed13bd
1 changed files with 0 additions and 1 deletions

View File

@ -166,7 +166,6 @@ sparse)
Documentation)
sudo apt-get -q -y install asciidoc xmlto docbook-xsl-ns make ruby

test -n "$ALREADY_HAVE_ASCIIDOCTOR" ||
sudo gem install --version 1.5.8 asciidoctor
sudo gem install concurrent-ruby
;;