correct new line
parent
a912667ec6
commit
b6133c86b3
|
|
@ -2773,8 +2773,7 @@ class CloudRunnerBuildCommandProcessor {
|
|||
${commands}
|
||||
${hooks.filter((x) => x.hook.includes(`after`)).map((x) => x.commands) || ' '}
|
||||
echo "end of cloud runner job"
|
||||
---${buildParameters.logId}"
|
||||
`;
|
||||
---${buildParameters.logId}"`;
|
||||
}
|
||||
static getHooks(customJobHooks) {
|
||||
const experimentHooks = customJobHooks;
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -17,8 +17,7 @@ export class CloudRunnerBuildCommandProcessor {
|
|||
${commands}
|
||||
${hooks.filter((x) => x.hook.includes(`after`)).map((x) => x.commands) || ' '}
|
||||
echo "end of cloud runner job"
|
||||
---${buildParameters.logId}"
|
||||
`;
|
||||
---${buildParameters.logId}"`;
|
||||
}
|
||||
|
||||
public static getHooks(customJobHooks): Hook[] {
|
||||
|
|
|
|||
Loading…
Reference in New Issue