Skip to content

Commit f384fc8

Browse files
committed
Git sync mirror shouldn't ensure pass
Signed-off-by: Mingde (Matthew) Zeng <matthewzmd@posteo.net>
1 parent 2ef7fd9 commit f384fc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sync-eaf-resources.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def git_repos_sync(mirror_username, mirror_password, mirror_use_ssh):
104104
if updated or args.force:
105105
print("[EAF] ** Local-dir -> Mirror")
106106
print("[EAF] Running git push -f <push url of mirror>")
107-
run_command(["git", "push", "-f", mirror_url_with_auth_info], path=path, print_command=False, get_result=True)
107+
run_command(["git", "push", "-f", mirror_url_with_auth_info], path=path, print_command=False, get_result=True, ensure_pass=False)
108108
else:
109109
print("[EAF] WARN: url or mirror_url of EAF {} may have some problem, please check them!".format(app_name))
110110

0 commit comments

Comments
 (0)