]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
circleci: fix local auth docs path
authorPieter Lexis <pieter.lexis@powerdns.com>
Thu, 13 Jun 2019 09:49:52 +0000 (11:49 +0200)
committerPieter Lexis <pieter.lexis@powerdns.com>
Thu, 13 Jun 2019 09:49:52 +0000 (11:49 +0200)
.circleci/config.yml

index a4e3f59e496eebd89b6cec0f665024cba6e14d28..f1b1ca91e5f4ad2ae5bf49a2f39548d2fff55bf8 100644 (file)
@@ -340,9 +340,9 @@ commands:
           name: Upload documents
           command: |
             if [ "${CIRCLE_PROJECT_USERNAME}" = "PowerDNS" -a "${CIRCLE_PROJECT_REPONAME}" = "pdns" -a "${CIRCLE_BRANCH}" = "master" ]; then
-              rsync -crv --delete --no-p --chmod=g=rwX --exclude '*~' ./doc/html-docs/ docs_powerdns_com@${DOCS_HOST}:/authoritative/
-              rsync -crv --no-p --chmod=g=rwX --exclude '*~' ./doc/html-docs.tar.bz2 docs_powerdns_com@${DOCS_HOST}:/authoritative/
-              rsync -crv --no-p --chmod=g=rwX --exclude '*~' ./doc/PowerDNS-Authoritative.pdf docs_powerdns_com@${DOCS_HOST}:/authoritative/
+              rsync -crv --delete --no-p --chmod=g=rwX --exclude '*~' ./docs/html-docs/ docs_powerdns_com@${DOCS_HOST}:/authoritative/
+              rsync -crv --no-p --chmod=g=rwX --exclude '*~' ./docs/html-docs.tar.bz2 docs_powerdns_com@${DOCS_HOST}:/authoritative/
+              rsync -crv --no-p --chmod=g=rwX --exclude '*~' ./docs/PowerDNS-Authoritative.pdf docs_powerdns_com@${DOCS_HOST}:/authoritative/
             fi
 
   build-recursor-docs: