mirror of
https://github.com/peridotbuild/pv2.git
synced 2025-01-06 17:30:55 +00:00
note imported tag
This commit is contained in:
parent
cb0df67a27
commit
eba9710869
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue