mirror of
https://github.com/peridotbuild/pv2.git
synced 2024-11-27 07:26:31 +00:00
note imported tag
This commit is contained in:
parent
cb0df67a27
commit
eba9710869
@ -912,6 +912,7 @@ class GitImport(Import):
|
|||||||
ref = gitutil.tag(dest_repo, import_tag, commit_msg)
|
ref = gitutil.tag(dest_repo, import_tag, commit_msg)
|
||||||
gitutil.push(dest_repo, ref=ref)
|
gitutil.push(dest_repo, ref=ref)
|
||||||
self.perform_cleanup([source_git_repo_path, dest_git_repo_path])
|
self.perform_cleanup([source_git_repo_path, dest_git_repo_path])
|
||||||
|
print(f'Imported: {import_tag}')
|
||||||
return True
|
return True
|
||||||
print('Nothing to push')
|
print('Nothing to push')
|
||||||
self.perform_cleanup([source_git_repo_path, dest_git_repo_path])
|
self.perform_cleanup([source_git_repo_path, dest_git_repo_path])
|
||||||
|
Loading…
Reference in New Issue
Block a user