From: Ondřej Surý Date: Mon, 22 Jun 2020 11:13:11 +0000 (+0200) Subject: Disable the double configure and build step in docs CI job X-Git-Tag: v9.17.3~44^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b18d8f3bc36d6f791ed31f0b7a32585c35f3343;p=thirdparty%2Fbind9.git Disable the double configure and build step in docs CI job The documentation now can be build even when the BIND 9 source tree hasn't been built yet allowing no-arch builds. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8eb0ffb0562..1cce91e1bd6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -484,9 +484,6 @@ docs: - test -n "${OOT_BUILD_WORKSPACE}" && mkdir "${OOT_BUILD_WORKSPACE}" && cd "${OOT_BUILD_WORKSPACE}" script: - *configure - - make -j${BUILD_PARALLEL_JOBS:-1} -k maintainer-clean V=1 - - *configure - - make -j${BUILD_PARALLEL_JOBS:-1} -k all V=1 - make -j${BUILD_PARALLEL_JOBS:-1} -k doc V=1 needs: - job: autoreconf