Files
szci/ts/npmci.ssh.ts
2016-06-23 22:22:03 +02:00

11 lines
286 B
TypeScript

import "typings-global";
import * as plugins from "./npmci.plugins";
export let ssh = () => {
let sshInstance = new plugins.smartssh.SshInstance();
plugins.smartparam.forEachMinimatch(process.env,"NPMCI_SSHKEY_*",evaluateSshkey);
};
export let evaluateSshkey = () => {
};