Skip to content

Commit

Permalink
added email field to appease the git gods
Browse files Browse the repository at this point in the history
  • Loading branch information
zeryx authored Mar 26, 2021
1 parent 5110eaa commit f8682e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/algorithm_creation.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f8682e1

Please sign in to comment.