提交 067fb8e4 编写于 作者: O Oliver Albertini 提交者: Oliver Albertini

gen_pipeline should know of 6X_STABLE branch

It can handle defaults more correctly.
Co-authored-by: NOliver Albertini <oalbertini@pivotal.io>
Co-authored-by: NKris Macoskey <kmacoskey@pivotal.io>
Co-authored-by: NAmil Khanzada <akhanzada@pivotal.io>
上级 fc334589
......@@ -99,7 +99,7 @@ def suggested_git_branch():
branch = subprocess.check_output("git rev-parse --abbrev-ref HEAD", shell=True).rstrip()
if branch == "master" or branch == "5X_STABLE":
if branch == "master" or branch == "5X_STABLE" or branch == "6X_STABLE":
return default_branch
else:
return branch
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册