mirror of
https://github.com/apache/sqoop.git
synced 2025-05-09 09:52:51 +08:00
SQOOP-1095: Sqoop2: PreCommit Hook have incorrect branch name
(Jarek Jarcec Cecho via Venkat Ranganathan)
This commit is contained in:
parent
575a86531d
commit
156facc491
@ -45,7 +45,7 @@ def sqoop_guess_branch(versions):
|
|||||||
tmp_branch = None
|
tmp_branch = None
|
||||||
|
|
||||||
if v.startswith("1.99") or v.startswith("2.0"):
|
if v.startswith("1.99") or v.startswith("2.0"):
|
||||||
tmp_branch = "sqoop"
|
tmp_branch = "sqoop2"
|
||||||
else:
|
else:
|
||||||
tmp_branch = "trunk"
|
tmp_branch = "trunk"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user