Resolve merge conflicts

This commit is contained in:
Khushboo Verma
2024-10-27 15:43:52 +01:00
17 changed files with 222 additions and 91 deletions
+2
View File
@@ -68,6 +68,7 @@ class Executor
string $destination = '',
array $variables = [],
string $command = null,
string $outputDirectory = ''
) {
$runtimeId = "$projectId-$deploymentId-build";
$route = "/runtimes";
@@ -90,6 +91,7 @@ class Executor
'memory' => $memory,
'version' => $version,
'timeout' => $timeout,
'outputDirectory' => $outputDirectory
];
$response = $this->call(self::METHOD_POST, $route, [ 'x-opr-runtime-id' => $runtimeId ], $params, true, $timeout);