Update login.ts

This commit is contained in:
Pavan Vamsi 2020-06-10 14:36:03 +05:30 committed by GitHub
parent 8405e87dd0
commit c264da5323
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);