fix function call for ssh
This commit is contained in:
Vendored
+3
-1
File diff suppressed because one or more lines are too long
+3
-1
@@ -61,7 +61,9 @@ export let prepare = function(serviceArg:string){
|
|||||||
case "docker":
|
case "docker":
|
||||||
return docker();
|
return docker();
|
||||||
case "docker-gitlab":
|
case "docker-gitlab":
|
||||||
return dockerGitlab()
|
return dockerGitlab();
|
||||||
|
case "ssh":
|
||||||
|
return ssh();
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user