forked from lix-project/hydra
missing case for hg input type
This commit is contained in:
parent
125cf1dc5b
commit
005e088637
|
@ -456,6 +456,9 @@ sub fetchInput {
|
|||
elsif ($type eq "git") {
|
||||
return fetchInputGit($db, $project, $jobset, $name, $type, $value);
|
||||
}
|
||||
elsif ($type eq "hg") {
|
||||
return fetchInputHg($db, $project, $jobset, $name, $type, $value);
|
||||
}
|
||||
|
||||
elsif ($type eq "string") {
|
||||
die unless defined $value;
|
||||
|
|
Loading…
Reference in a new issue