mirror of
https://github.com/wu736139669/hapi.git
synced 2026-08-05 06:24:37 +00:00
fix(runner): restart when hub identity changes (#303)
* fix(runner): restart when hub identity changes * fix(runner): fail closed on missing identity
This commit is contained in:
@@ -35,6 +35,9 @@ export interface RunnerLocallyPersistedState {
|
||||
startTime: string;
|
||||
startedWithCliVersion: string;
|
||||
startedWithCliMtimeMs?: number;
|
||||
startedWithApiUrl?: string;
|
||||
startedWithMachineId?: string;
|
||||
startedWithCliApiTokenHash?: string;
|
||||
lastHeartbeat?: string;
|
||||
runnerLogPath?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user