Add a todo

pull/419/head
Frostebite 2022-08-12 19:31:36 +01:00
parent bd677723fd
commit 9c43726f5f
3 changed files with 3 additions and 1 deletions

1
dist/index.js vendored
View File

@ -4792,6 +4792,7 @@ class BuildAutomationWorkflow {
echo "game ci cloud runner bootstrap"
node ${builderPath} -m remote-cli`;
}
// ToDo: Replace with a very simple "node ${builderPath} -m build-cli" to run the scripts below without enlarging the request size
static BuildCommands(builderPath, guid) {
const linuxCacheFolder = cloud_runner_folders_1.CloudRunnerFolders.cacheFolderFull.replace(/\\/g, `/`);
const distFolder = path_1.default.join(cloud_runner_folders_1.CloudRunnerFolders.builderPathAbsolute, 'dist');

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -95,6 +95,7 @@ export class BuildAutomationWorkflow implements WorkflowInterface {
node ${builderPath} -m remote-cli`;
}
// ToDo: Replace with a very simple "node ${builderPath} -m build-cli" to run the scripts below without enlarging the request size
private static BuildCommands(builderPath, guid) {
const linuxCacheFolder = CloudRunnerFolders.cacheFolderFull.replace(/\\/g, `/`);
const distFolder = path.join(CloudRunnerFolders.builderPathAbsolute, 'dist');