From: Peter van Dijk Date: Mon, 23 Mar 2020 10:53:53 +0000 (+0100) Subject: also skip docs build X-Git-Tag: auth-4.3.0~3^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F8958%2Fhead;p=thirdparty%2Fpdns.git also skip docs build --- diff --git a/.circleci/config.yml b/.circleci/config.yml index d1d7e17aa1..b834e0da91 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1414,49 +1414,4 @@ workflows: - checkout - test-ixfrdist-regression: requires: - - build-auth - - build-docs: - jobs: - - checkout - - build-auth-docs: - filters: - branches: - ignore: master - requires: - - checkout - - build-recursor-docs: - filters: - branches: - ignore: master - requires: - - checkout - - build-dnsdist-docs: - filters: - branches: - ignore: master - requires: - - checkout - - # These actually deploy - - deploy-auth-docs: - context: docs - filters: - branches: - only: master - requires: - - checkout - - deploy-recursor-docs: - context: docs - filters: - branches: - only: master - requires: - - checkout - - deploy-dnsdist-docs: - context: docs - filters: - branches: - only: master - requires: - - checkout + - build-auth \ No newline at end of file