update ssh module

This commit is contained in:
2017-06-15 15:46:08 +02:00
parent 419db8b197
commit 9f2e629e8f
16 changed files with 54 additions and 110 deletions

View File

@@ -1,8 +1,7 @@
import * as plugins from './mod.plugins'
import { bash } from '../npmci.bash'
import * as env from '../npmci.env'
import * as sshModule from '../npmci.ssh'
import * as npmciMods from '../npmci.mods'
// types
@@ -59,6 +58,7 @@ let dockerGitlab = async () => {
* prepare ssh
*/
let ssh = async () => {
let sshModule = await npmciMods.modSsh.load()
await sshModule.ssh()
}