Merge pull request #6270 from appwrite/fix-build-race-condition

Fix: build race condition
This commit is contained in:
Christy Jacob 2023-09-21 03:09:28 -04:00 committed by GitHub
commit eea7851e05
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -70,7 +70,7 @@ class Executor
array $variables = [],
string $command = null,
) {
$runtimeId = "$projectId-$deploymentId";
$runtimeId = "$projectId-$deploymentId-build";
$route = "/runtimes";
$params = [
'runtimeId' => $runtimeId,