updated logging statement
This commit is contained in:
parent
455b497ed1
commit
c7e731717a
@ -92,7 +92,7 @@ function getArcKubeconfig() {
|
|||||||
stdio: 'ignore'
|
stdio: 'ignore'
|
||||||
}).unref();
|
}).unref();
|
||||||
}
|
}
|
||||||
console.log('started proxy');
|
console.log('Waiting for 2 minutes for kubeconfig to be merged....');
|
||||||
yield sleep(120000); //sleeping for 2 minutes to allow kubeconfig to be merged
|
yield sleep(120000); //sleeping for 2 minutes to allow kubeconfig to be merged
|
||||||
fs.chmodSync(kubeconfigPath, '600');
|
fs.chmodSync(kubeconfigPath, '600');
|
||||||
core.exportVariable('KUBECONFIG', kubeconfigPath);
|
core.exportVariable('KUBECONFIG', kubeconfigPath);
|
||||||
|
@ -87,7 +87,7 @@ export async function getArcKubeconfig(): Promise<string> {
|
|||||||
stdio: 'ignore'
|
stdio: 'ignore'
|
||||||
}).unref();
|
}).unref();
|
||||||
}
|
}
|
||||||
console.log('started proxy')
|
console.log('Waiting for 2 minutes for kubeconfig to be merged....')
|
||||||
await sleep(120000) //sleeping for 2 minutes to allow kubeconfig to be merged
|
await sleep(120000) //sleeping for 2 minutes to allow kubeconfig to be merged
|
||||||
fs.chmodSync(kubeconfigPath, '600');
|
fs.chmodSync(kubeconfigPath, '600');
|
||||||
core.exportVariable('KUBECONFIG', kubeconfigPath);
|
core.exportVariable('KUBECONFIG', kubeconfigPath);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user