1
0
Fork 0
mirror of synced 2024-10-05 12:43:13 +13:00

Merge branch '1.4.x' into cl-1.4.x

This commit is contained in:
Matej Bačo 2023-10-04 10:46:38 +02:00
commit b6ce679b93

View file

@ -113,7 +113,7 @@ class Executor
) { ) {
$timeout = (int) App::getEnv('_APP_FUNCTIONS_BUILD_TIMEOUT', 900); $timeout = (int) App::getEnv('_APP_FUNCTIONS_BUILD_TIMEOUT', 900);
$runtimeId = "$projectId-$deploymentId"; $runtimeId = "$projectId-$deploymentId-build";
$route = "/runtimes/{$runtimeId}/logs"; $route = "/runtimes/{$runtimeId}/logs";
$params = [ $params = [
'timeout' => $timeout 'timeout' => $timeout