Implemented git add and commit for second metadata review step, and create it function to checkout branches.
This commit is contained in:
@ -27,7 +27,7 @@ except Warning as ex:
|
||||
|
||||
submit_review = True
|
||||
if submit_review:
|
||||
metadata_review_lib.second_submit_metadata_review(output_filename_path)
|
||||
metadata_review_lib.second_submit_metadata_review(output_filename_path,initials='NG')
|
||||
|
||||
output_yml_filename_path_tail, filename = os.path.split(output_yml_filename_path)
|
||||
if os.path.exists(os.path.join(os.path.join(os.path.abspath(os.curdir),"review"),filename)):
|
||||
|
@ -1,2 +1 @@
|
||||
under review
|
||||
submitted
|
||||
under review
|
Reference in New Issue
Block a user