1
0
Fork 0
mirror of synced 2024-07-03 21:50:34 +12: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['ENTRYPOINT_NAME'] = $resource->getAttribute('entrypoint', '');
$orchestration
->setCpus(App::getEnv('_APP_FUNCTIONS_CPUS', 0))