/bin/ash
parent
0717a3b2db
commit
0d1f360db7
|
|
@ -1053,6 +1053,7 @@ class Kubernetes {
|
||||||
core.info('LOGS RECEIVED');
|
core.info('LOGS RECEIVED');
|
||||||
core.info(data);
|
core.info(data);
|
||||||
});
|
});
|
||||||
|
yield new Promise((resolve) => setTimeout(resolve, pollInterval));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch (error) {
|
catch (error) {
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -353,6 +353,7 @@ class Kubernetes {
|
||||||
core.info('LOGS RECEIVED');
|
core.info('LOGS RECEIVED');
|
||||||
core.info(data);
|
core.info(data);
|
||||||
});
|
});
|
||||||
|
await new Promise((resolve) => setTimeout(resolve, pollInterval));
|
||||||
}
|
}
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
core.error(JSON.stringify(error, undefined, 4));
|
core.error(JSON.stringify(error, undefined, 4));
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue