improve triggr detection

This commit is contained in:
2016-06-23 22:22:03 +02:00
parent 3e80ea15e0
commit 3298b6298e
13 changed files with 84 additions and 63 deletions

11
ts/npmci.ssh.ts Normal file
View File

@@ -0,0 +1,11 @@
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 = () => {
};