Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Fix bug that help-resource.zip file is missing. #3423

Merged
merged 2 commits into from
Apr 29, 2020

Conversation

morningman
Copy link
Contributor

No description provided.

@morningman morningman added kind/fix Categorizes issue or PR as related to a bug. kind/docs Categorizes issue or PR as related to documentation. labels Apr 29, 2020
@morningman morningman self-assigned this Apr 29, 2020
build.sh Outdated
@@ -170,7 +170,7 @@ fi
# Build docs, should be built before Frontend
echo "Build docs"
cd ${DORIS_HOME}/docs
make clean && make -j${PARALLEL}
sh build_help_zip.sh
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
sh build_help_zip.sh
./build_help_zip.sh

Better call script directly

Copy link
Contributor

@imay imay left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@morningman morningman merged commit 73a3c59 into apache:master Apr 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/docs Categorizes issue or PR as related to documentation. kind/fix Categorizes issue or PR as related to a bug.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants