1
0

[HUDI-250] Ensure Hudi CLI wrapper works with non snapshot jars too. Also Fix bug in cut_release_branch script

This commit is contained in:
Balaji Varadarajan
2019-09-13 10:00:16 -07:00
committed by Balaji Varadarajan
parent 0b032b2761
commit 3ee16b5439
3 changed files with 4 additions and 4 deletions

View File

@@ -58,7 +58,7 @@ fi
MASTER_BRANCH=master
RELEASE_BRANCH=release-${RELEASE}
GITHUB_REPO_URL=https://gitbox.apache.org/repos/asf/incubator-hudi.git
GITHUB_REPO_URL=git@github.com:apache/incubator-hudi.git
HUDI_ROOT_DIR=incubator-hudi
LOCAL_CLONE_DIR=hudi_release_${RELEASE}