mirror of
https://github.com/peridotbuild/pv2.git
synced 2024-11-23 13:41:26 +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)
|
||||
gitutil.push(dest_repo, ref=ref)
|
||||
self.perform_cleanup([source_git_repo_path, dest_git_repo_path])
|
||||
print(f'Imported: {import_tag}')
|
||||
return True
|
||||
print('Nothing to push')
|
||||
self.perform_cleanup([source_git_repo_path, dest_git_repo_path])
|
||||
|
Loading…
Reference in New Issue
Block a user