correct new line

pull/353/head
Mark D 2022-04-03 21:05:03 +01:00
parent a912667ec6
commit b6133c86b3
3 changed files with 3 additions and 5 deletions

3
dist/index.js vendored
View File

@ -2773,8 +2773,7 @@ class CloudRunnerBuildCommandProcessor {
${commands} ${commands}
${hooks.filter((x) => x.hook.includes(`after`)).map((x) => x.commands) || ' '} ${hooks.filter((x) => x.hook.includes(`after`)).map((x) => x.commands) || ' '}
echo "end of cloud runner job" echo "end of cloud runner job"
---${buildParameters.logId}" ---${buildParameters.logId}"`;
`;
} }
static getHooks(customJobHooks) { static getHooks(customJobHooks) {
const experimentHooks = customJobHooks; const experimentHooks = customJobHooks;

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -17,8 +17,7 @@ export class CloudRunnerBuildCommandProcessor {
${commands} ${commands}
${hooks.filter((x) => x.hook.includes(`after`)).map((x) => x.commands) || ' '} ${hooks.filter((x) => x.hook.includes(`after`)).map((x) => x.commands) || ' '}
echo "end of cloud runner job" echo "end of cloud runner job"
---${buildParameters.logId}" ---${buildParameters.logId}"`;
`;
} }
public static getHooks(customJobHooks): Hook[] { public static getHooks(customJobHooks): Hook[] {