catch setup resource errors
parent
cb46681c8e
commit
e17e1a32f4
|
|
@ -145,6 +145,7 @@ class Kubernetes implements RemoteBuilderProviderInterface {
|
||||||
core.info('Failed to cleanup, error:');
|
core.info('Failed to cleanup, error:');
|
||||||
core.error(JSON.stringify(error, undefined, 4));
|
core.error(JSON.stringify(error, undefined, 4));
|
||||||
core.info('Abandoning cleanup, build error:');
|
core.info('Abandoning cleanup, build error:');
|
||||||
|
throw error;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue