pipeline improvements
parent
592a38b921
commit
5832341bdc
|
@ -4773,7 +4773,7 @@ class CloudRunnerCustomHooks {
|
|||
catch (error) {
|
||||
remote_client_logger_1.RemoteClientLogger.log(`Failed Getting: ${hookLifecycle} \n ${JSON.stringify(error, undefined, 4)}`);
|
||||
}
|
||||
remote_client_logger_1.RemoteClientLogger.log(`Active Steps From Files: \n ${JSON.stringify(results, undefined, 4)}`);
|
||||
remote_client_logger_1.RemoteClientLogger.log(`Active Steps From Hooks: \n ${JSON.stringify(results, undefined, 4)}`);
|
||||
return results;
|
||||
}
|
||||
static ConvertYamlSecrets(object) {
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -61,7 +61,7 @@ export class CloudRunnerCustomHooks {
|
|||
} catch (error) {
|
||||
RemoteClientLogger.log(`Failed Getting: ${hookLifecycle} \n ${JSON.stringify(error, undefined, 4)}`);
|
||||
}
|
||||
RemoteClientLogger.log(`Active Steps From Files: \n ${JSON.stringify(results, undefined, 4)}`);
|
||||
RemoteClientLogger.log(`Active Steps From Hooks: \n ${JSON.stringify(results, undefined, 4)}`);
|
||||
|
||||
return results;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue