X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fgit.git;a=blobdiff_plain;f=azure-pipelines.yml;h=cb9ab1ef800d1da1a683ac3e55d8ac3a91259d62;hp=1d4bcbda658aaa83de0582a7ccbf6b70a2df0419;hb=9728ab488ad2fc5e17daba69cbc80ff514f70da8;hpb=411e4f4735397a601f33be475918e4a96f66e3a2 diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 1d4bcbda65..cb9ab1ef80 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -374,7 +374,7 @@ jobs: test "$GITFILESHAREPWD" = '$(gitfileshare.pwd)' || ci/mount-fileshare.sh //gitfileshare.file.core.windows.net/test-cache gitfileshare "$GITFILESHAREPWD" "$HOME/test-cache" || exit 1 sudo apt-get update && - sudo apt-get install -y asciidoc xmlto asciidoctor && + sudo apt-get install -y asciidoc xmlto asciidoctor docbook-xsl-ns && export ALREADY_HAVE_ASCIIDOCTOR=yes. && export jobname=Documentation &&