1
0
Fork 0
mirror of synced 2024-07-03 21:50:34 +12:00

Merge pull request #2758 from appwrite/feat-fix-build-entrypoint

Feat fix build entrypoint
This commit is contained in:
Christy Jacob 2022-02-08 15:15:24 +04:00 committed by GitHub
commit d214dedf7d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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))