1
0
Fork 0
mirror of synced 2024-10-03 10:46:27 +13:00

Fix build entrypoint

This commit is contained in:
Bradley Schofield 2022-02-08 10:46:55 +00:00
parent 7d82c1006a
commit 5e1d491cdd

View file

@ -746,6 +746,7 @@ function runBuildStage(string $buildId, string $deploymentId, string $projectID)
} }
$vars = $resource->getAttribute('vars', []); $vars = $resource->getAttribute('vars', []);
$vars['ENTRYPOINT_NAME'] = $resource->getAttribute('entrypoint', '');
$orchestration $orchestration
->setCpus(App::getEnv('_APP_FUNCTIONS_CPUS', 0)) ->setCpus(App::getEnv('_APP_FUNCTIONS_CPUS', 0))