From 5e1d491cdd624694b607b45ea0103ca4167c9b0c Mon Sep 17 00:00:00 2001 From: Bradley Schofield Date: Tue, 8 Feb 2022 10:46:55 +0000 Subject: [PATCH] Fix build entrypoint --- app/executor.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/executor.php b/app/executor.php index 982a9b8cee..34a4d93455 100644 --- a/app/executor.php +++ b/app/executor.php @@ -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))