From: Pieter Lexis Date: Thu, 13 Jun 2019 09:49:52 +0000 (+0200) Subject: circleci: fix local auth docs path X-Git-Tag: dnsdist-1.4.0-rc1~136 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c628e3e2cf6d424921f302cd68f42c995bf4d7c6;p=pdns circleci: fix local auth docs path --- diff --git a/.circleci/config.yml b/.circleci/config.yml index a4e3f59e4..f1b1ca91e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: