1
0
Fork 0
mirror of synced 2024-07-06 07:00:56 +12: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);
$runtimeId = "$projectId-$deploymentId";
$runtimeId = "$projectId-$deploymentId-build";
$route = "/runtimes/{$runtimeId}/logs";
$params = [
'timeout' => $timeout