[DEBUG] correct no update
This commit is contained in:
parent
c709ddc730
commit
77fc465524
@ -101,7 +101,8 @@ def execute(_arguments):
|
||||
# create new repo tag
|
||||
new_version_description = status.create_new_version_repo(git_repo_path, version_description, add_in_version_management, source_branch, destination_branch)
|
||||
debug.info("new version: " + str(new_version_description))
|
||||
|
||||
if new_version_description == None:
|
||||
continue
|
||||
# merge branch
|
||||
if mani.deliver_mode == "merge":
|
||||
merge_force = True
|
||||
|
@ -102,7 +102,8 @@ def execute(_arguments):
|
||||
# create new repo tag
|
||||
new_version_description = status.create_new_version_repo(git_repo_path, version_description, add_in_version_management, source_branch, destination_branch)
|
||||
debug.info("new version: " + str(new_version_description))
|
||||
|
||||
if new_version_description == None:
|
||||
return
|
||||
# merge branch
|
||||
commands.checkout(git_repo_path, destination_branch)
|
||||
if mani.deliver_mode == "merge":
|
||||
|
Loading…
Reference in New Issue
Block a user