pipeline improvements
parent
ffeb59ea3d
commit
d3aa926ba3
|
@ -4723,7 +4723,6 @@ const cloud_runner_options_1 = __importDefault(__nccwpck_require__(96552));
|
|||
const fs = __importStar(__nccwpck_require__(57147));
|
||||
// import CloudRunnerLogger from './cloud-runner-logger';
|
||||
class CloudRunnerCustomHooks {
|
||||
// TODO also accept hooks as yaml files in the repo
|
||||
static ApplyHooksToCommands(commands, buildParameters) {
|
||||
const hooks = CloudRunnerCustomHooks.getHooks(buildParameters.customJobHooks);
|
||||
return `echo "---"
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -9,7 +9,6 @@ import * as fs from 'fs';
|
|||
// import CloudRunnerLogger from './cloud-runner-logger';
|
||||
|
||||
export class CloudRunnerCustomHooks {
|
||||
// TODO also accept hooks as yaml files in the repo
|
||||
public static ApplyHooksToCommands(commands: string, buildParameters: BuildParameters): string {
|
||||
const hooks = CloudRunnerCustomHooks.getHooks(buildParameters.customJobHooks);
|
||||
|
||||
|
|
Loading…
Reference in New Issue