improve triggr detection
This commit is contained in:
11
ts/npmci.ssh.ts
Normal file
11
ts/npmci.ssh.ts
Normal 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 = () => {
|
||||
|
||||
};
|
||||
Reference in New Issue
Block a user