Skip to content

Commit

Permalink
Merge pull request #12052 from cdapio/bugfix/fix-docs-build
Browse files Browse the repository at this point in the history
Fix docs build for release 6.1.2
  • Loading branch information
ajainarayanan authored Apr 12, 2020
2 parents 0862fb7 + dce9041 commit e9bf1f6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions cdap-docs/_common/common-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,7 @@ function download_file() {

echo "Downloading using curl ${file_name}"
echo "from ${source_dir}"
echo "curl --silent ${source_dir}/${file_name} --output ${target}"
curl --silent ${source_dir}/${file_name} --output ${target}
test_an_include ${md5_hash} ${target}
}
Expand Down
2 changes: 1 addition & 1 deletion cdap-docs/admin-manual/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ source ../vars
source ../_common/common-build.sh

DEFAULT_XML="../../cdap-common/src/main/resources/cdap-default.xml"
DEFAULT_XML_MD5_HASH="1f3344e3e560107d888f2986d24b8adc"
DEFAULT_XML_MD5_HASH="d803ed1e5d44b04598cb262cd46e0e30"

DEFAULT_TOOL="../tools/cdap-default/doc-cdap-default.py"
DEFAULT_DEPRECATED_XML="../tools/cdap-default/cdap-default-deprecated.xml"
Expand Down
4 changes: 2 additions & 2 deletions cdap-docs/integrations/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ function download_includes() {
local branch="${GIT_BRANCH_CDAP_SECURITY_EXTN}/"
fi
fi
local file_source="${base_source}${branch}cdap-sentry/cdap-sentry-extension/"
local file_source="${base_source}${branch}cdap-sentry/cdap-sentry-extension"
# Download Apache Sentry File
download_file ${target_includes_dir} ${file_source} README.rst dd94634ab6e0b2729e53c3fdf11c8743 cdap-sentry-extension-readme.txt
# Download Apache Ranger File
local file_source="${base_source}${branch}cdap-ranger/"
local file_source="${base_source}${branch}cdap-ranger"
download_file ${target_includes_dir} ${file_source} README.rst 62a4384022002e1f3f45f1fab5205e42 cdap-ranger-extension-readme.txt
}

Expand Down

0 comments on commit e9bf1f6

Please sign in to comment.