Skip to content

Commit f8682e1

Browse files
authored
added email field to appease the git gods
1 parent 5110eaa commit f8682e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/algorithm_creation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def update_algorithm(algo, original_name, algorithm_pairs, remote_client, worksp
8282
sh.mv(f"{repo_path}/src/{original_name}_test.py", f"{repo_path}/src/{destination_algorithm_name}_test.py")
8383
try:
8484
publish_bake.add(".")
85-
publish_bake.commit("--author", "CI <>", m="automatic initialization commit")
85+
publish_bake.commit("--author", "CI <ci@algorithmia.com>", m="automatic initialization commit")
8686
publish_bake.push()
8787
return algo
8888
except Exception as e:

0 commit comments

Comments
 (0)