1
0

[MINOR] Fix syntax error in create_source_release.sh (#4150)

This commit is contained in:
Danny Chan
2021-11-29 14:17:24 +08:00
committed by GitHub
parent 38e75ea806
commit 536af4b954

View File

@@ -71,7 +71,7 @@ rsync -a \
--exclude ".github" --exclude "target" \
--exclude ".idea" --exclude "*.iml" --exclude ".DS_Store" --exclude "build-target" \
--exclude "docs/content" --exclude ".rubydeps" \
--exclude "rfc"
--exclude "rfc" \
. hudi-$RELEASE_VERSION
tar czf ${RELEASE_DIR}/hudi-${RELEASE_VERSION}.src.tgz hudi-$RELEASE_VERSION