pipeline improvements

pull/496/head
Frostebite 2023-02-12 14:50:15 +00:00
parent ffeb59ea3d
commit d3aa926ba3
3 changed files with 17 additions and 19 deletions

1
dist/index.js generated vendored
View File

@ -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 "---"

2
dist/index.js.map generated vendored

File diff suppressed because one or more lines are too long

View File

@ -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);