mirror of
https://github.com/Azure/k8s-set-context.git
synced 2026-06-23 07:19:32 +08:00
trying a fix for flow of logs
This commit is contained in:
+1
-1
@@ -79,7 +79,7 @@ export async function getArcKubeconfig(): Promise<string> {
|
||||
const kubeconfigPath = path.join(runnerTempDirectory, `kubeconfig_${Date.now()}`);
|
||||
let azPath = await io.which("az", true);
|
||||
let out = fs.openSync('./out.log', 'a');
|
||||
let err = fs.openSync('./out.log', 'a');
|
||||
let err = fs.openSync('./err.log', 'a');
|
||||
if (method == 'service-account'){
|
||||
let saToken = core.getInput('token');
|
||||
if(!saToken){
|
||||
|
||||
Reference in New Issue
Block a user