From 43be9ab44f27ae847e100efdc6810b192202fc55 Mon Sep 17 00:00:00 2001 From: Anu Engineer Date: Tue, 22 May 2018 14:29:06 -0700 Subject: [PATCH] HDDS-89. Addendum Patch-1. Create ozone specific inline documentation as part of the build. Contributed by Elek, Marton. --- hadoop-ozone/docs/dev-support/bin/generate-site.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hadoop-ozone/docs/dev-support/bin/generate-site.sh b/hadoop-ozone/docs/dev-support/bin/generate-site.sh index 3323935a743..374e74b8904 100755 --- a/hadoop-ozone/docs/dev-support/bin/generate-site.sh +++ b/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"