浏览代码

HDDS-89. Addendum Patch-1. Create ozone specific inline documentation as part of the build.
Contributed by Elek, Marton.

Anu Engineer 7 年之前
父节点
当前提交
43be9ab44f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      hadoop-ozone/docs/dev-support/bin/generate-site.sh

+ 1 - 1
hadoop-ozone/docs/dev-support/bin/generate-site.sh

@@ -19,7 +19,7 @@ DOCDIR="$DIR/../.."
 
 if [ ! "$(which hugo)" ]; then
    echo "Hugo is not yet installed. Doc generation is skipped."
-   exit -1
+   exit 0
 fi
 
 DESTDIR="$DOCDIR/target/classes/webapps/docs"