Skip to content
Snippets Groups Projects
Commit bd587774 authored by Antoine Lambert's avatar Antoine Lambert
Browse files

common.origin_save: Update scheduler loading task names

Related T1508
parent 508d1c74
No related branches found
Tags v0.0.192
1 merge request!100Activate save code now for hg and svn origin types
......@@ -85,9 +85,9 @@ def can_save_origin(origin_url):
# map origin type to scheduler task
# TODO: do not hardcode the task name here (T1157)
_origin_type_task = {
'git': 'origin-update-git',
'hg': 'origin-load-hg',
'svn': 'origin-load-svn'
'git': 'load-git',
'hg': 'load-hg',
'svn': 'load-svn'
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment