-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added email field to appease the git gods
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -82,7 +82,7 @@ def update_algorithm(algo, original_name, algorithm_pairs, remote_client, worksp | |
sh.mv(f"{repo_path}/src/{original_name}_test.py", f"{repo_path}/src/{destination_algorithm_name}_test.py") | ||
try: | ||
publish_bake.add(".") | ||
publish_bake.commit("--author", "CI <>", m="automatic initialization commit") | ||
publish_bake.commit("--author", "CI <[email protected]>", m="automatic initialization commit") | ||
publish_bake.push() | ||
return algo | ||
except Exception as e: | ||
|