feat: fix executor issues

This commit is contained in:
Christy Jacob
2022-02-05 23:49:57 +04:00
parent f83fdc92de
commit 1b0a02e20d
4 changed files with 219 additions and 165 deletions
+2
View File
@@ -92,6 +92,7 @@ class Executor
string $buildId,
string $path,
array $vars,
string $entrypoint,
string $data,
string $runtime,
string $baseImage,
@@ -117,6 +118,7 @@ class Executor
'baseImage' => $baseImage,
'webhooks' => $webhooks,
'userId' => $userId,
'entrypoint' => $entrypoint
];
$response = $this->call(self::METHOD_POST, $route, $headers, $params, true, 30);