catch setup resource errors

pull/273/head
Frostebite 2021-06-26 04:27:42 +01:00
parent cb46681c8e
commit e17e1a32f4
1 changed files with 1 additions and 0 deletions

View File

@ -145,6 +145,7 @@ class Kubernetes implements RemoteBuilderProviderInterface {
core.info('Failed to cleanup, error:');
core.error(JSON.stringify(error, undefined, 4));
core.info('Abandoning cleanup, build error:');
throw error;
}
}