mirror of
https://github.com/ditkrg/k8s-set-context.git
synced 2026-01-22 22:06:49 +00:00
Update login.ts
This commit is contained in:
parent
8405e87dd0
commit
c264da5323
@ -108,7 +108,8 @@ async function run() {
|
||||
fs.writeFileSync(kubeconfigPath, kubeconfig);
|
||||
issueCommand('set-env', { name: 'KUBECONFIG' }, kubeconfigPath);
|
||||
console.log('KUBECONFIG environment variable is set');
|
||||
console.log(process.env)
|
||||
await setContext();
|
||||
}
|
||||
|
||||
run().catch(core.setFailed);
|
||||
run().catch(core.setFailed);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user